4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
939 B

;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.SetCurrentStageID(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