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.
 
 
 

15 lines
395 B

Scriptname _00E_MQ11a_SC13_KeyScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
If (akActionRef == Game.GetPlayer()) && (MQ11a_RightTower.GetValueInt() == 3) && (Done == False)
Done = True
; Utility.Wait(0.3)
MQ11a.StartDissectingRoomVision()
EndIf
EndEvent
bool Done
GlobalVariable Property MQ11a_RightTower Auto
_00E_MQ11a_Functions Property MQ11a Auto