enderalse/source/scripts/_00e_mq02_d7_followstartboxsc.psc

18 lines
399 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ02_D7_FollowStartBoxSC extends ObjectReference
Event OnTriggerLeave(ObjectReference akActionRef)
If (akActionRef == PlayerREF)
2024-01-10 14:08:24 +00:00
If(MQ02.GetCurrentStageID() >= 140) && (MQ02.GetCurrentStageID() < 160 )
_00E_MQ02_TravelState.SetValue(0)
Endif
Endif
EndEvent
Actor Property PlayerREF Auto
Quest Property MQ02 Auto
GlobalVariable Property _00E_MQ02_TravelState Auto