2021-10-05 22:15:58 +00:00
|
|
|
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)
|
2021-10-05 22:15:58 +00:00
|
|
|
MQ11c.StopStealthMinigame()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
_00E_MQ11c_Functions Property MQ11c Auto
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
GlobalVariable Property _00E_MQ11c_StealthGame_Running Auto
|