enderalse/source/scripts/_00e_mq11c_kitchenexitdoor.psc

14 lines
448 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ11c_KitchenExitDoor extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if ((akActionRef == PlayerREF) && (MQ11c.GetStage() < 50) && (MQ11c.GetStage() >= 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