enderalse/source/scripts/_00e_mq02_d7_followstartboxsc.psc

18 lines
381 B
Plaintext

Scriptname _00E_MQ02_D7_FollowStartBoxSC extends ObjectReference
Event OnTriggerLeave(ObjectReference akActionRef)
If (akActionRef == PlayerREF)
If(MQ02.GetStage() >= 140) && (MQ02.GetStage() < 160 )
_00E_MQ02_TravelState.SetValue(0)
Endif
Endif
EndEvent
Actor Property PlayerREF Auto
Quest Property MQ02 Auto
GlobalVariable Property _00E_MQ02_TravelState Auto