enderalse/source/scripts/_00e_mq11c_kitchenexitdoor.psc

14 lines
466 B
Plaintext
Raw Permalink Normal View History

Scriptname _00E_MQ11c_KitchenExitDoor extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
2024-01-10 14:08:24 +00:00
if ((akActionRef == PlayerREF) && (MQ11c.GetCurrentStageID() < 50) && (MQ11c.GetCurrentStageID() >= 35)) && (_00E_MQ11c_StealthGame_Running.GetValueInt() == 1)
MQ11c.StopStealthMinigame()
EndIf
EndEvent
_00E_MQ11c_Functions Property MQ11c Auto
Actor Property PlayerREF Auto
GlobalVariable Property _00E_MQ11c_StealthGame_Running Auto