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.
 
 
 

37 lines
1.1 KiB

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__00140027 Extends TopicInfo Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
Game.EnablePlayerControls()
GetOwningQuest().SetCurrentStageID(60)
MQ13a.SetObjectiveCompleted(20)
If CQJ04.IsCompleted() && !(CQJ05.IsCompleted())
_00E_MQ13a_JesparDump.SetValueInt(0)
_00E_MC_JesparREF.Enable()
_00E_MC_JesparREF.MoveTo(MQ13a_SC07_JesparLeanMarker)
_00E_MC_JesparREF.EvaluatePackage()
MQ13a.SetObjectiveDisplayed(30)
MQ13a.SetObjectiveDisplayed(35)
CQJ05.SetCurrentStageID(5)
ElseIf CQJ04.IsCompleted() && CQJ05.IsCompleted()
MQ13a.SetObjectiveDisplayed(40)
Endif
Game.SetPlayerAiDriven(False)
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
Quest Property CQJ05 Auto
Quest Property CQJ04 Auto
Quest Property MQ13a Auto
Actor Property _00E_MC_JesparREF Auto
GlobalVariable Property _00E_MQ13a_JesparDump Auto
ObjectReference Property MQ13a_SC07_JesparLeanMarker Auto