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.
 
 
 

12 lines
271 B

Scriptname _00E_NQ13StartTrigger extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == Game.GetPlayer() && DoOnce == 0
NQ13.SetCurrentStageID(5)
DoOnce = 1
endif
EndEvent
Quest Property NQ13 Auto
Bool Property DoOnce Auto