enderalse/source/scripts/_00e_mq11c_stealthminigameresetbox.psc

12 lines
382 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ11c_StealthMinigameResetBox extends _00E_MQ11c_Functions
Event OnTriggerEnter(ObjectReference akActionRef)
2024-01-10 14:08:24 +00:00
if (MQ11c.GetCurrentStageID() < 50) && (MQ11c.GetCurrentStageID() >= 35) && (_00E_MQ11c_StealthGame_Running.GetValueInt() == 0)
StartStealthMinigame()
EndIf
EndEvent
;GlobalVariable Property _00E_MQ11c_StealthGame_Running Auto
;Quest Property MQ11c Auto