Scriptname _00E_MQ11c_KitchenExitDoor extends ObjectReference Event OnTriggerEnter(ObjectReference akActionRef) 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