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.
 
 
 

13 lines
466 B

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