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.
 
 
 

12 lines
364 B

Scriptname _00E_MQ11c_StealthMinigameResetBox extends _00E_MQ11c_Functions
Event OnTriggerEnter(ObjectReference akActionRef)
if (MQ11c.GetStage() < 50) && (MQ11c.GetStage() >= 35) && (_00E_MQ11c_StealthGame_Running.GetValueInt() == 0)
StartStealthMinigame()
EndIf
EndEvent
;GlobalVariable Property _00E_MQ11c_StealthGame_Running Auto
;Quest Property MQ11c Auto