1
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.
 
 
 

17 lines
381 B

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