32 lines
930 B
Plaintext
32 lines
930 B
Plaintext
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
|
;NEXT FRAGMENT INDEX 0
|
|
Scriptname TIF__00074AC6 Extends TopicInfo Hidden
|
|
|
|
;BEGIN FRAGMENT Fragment_1
|
|
Function Fragment_1(ObjectReference akSpeakerRef)
|
|
Actor akSpeaker = akSpeakerRef as Actor
|
|
;BEGIN CODE
|
|
GetOwningQuest().SetObjectiveDisplayed(25)
|
|
MQ02.SetObjectiveDisplayed(25)
|
|
MQ02.SetObjectiveCompleted(20)
|
|
MQ02.SetObjectiveCompleted(25)
|
|
if MQ02.IsObjectiveCompleted(15)
|
|
MQ02.SetStage(55)
|
|
endif
|
|
PlayerREF.RemoveItem(_00E_MQ02_YerosTagebuch, 1)
|
|
PlayerREF.RemoveItem(_00E_MQ02_YerosTagebuch_2, 1)
|
|
PlayerREF.RemoveItem(_00E_MQ02_YerosTagebuch_3, 1)
|
|
;END CODE
|
|
EndFunction
|
|
;END FRAGMENT
|
|
|
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Book Property _00E_MQ02_YerosTagebuch Auto
|
|
Book Property _00E_MQ02_YerosTagebuch_2 Auto
|
|
Book Property _00E_MQ02_YerosTagebuch_3 Auto
|
|
|
|
Quest Property MQ02 Auto
|