15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
|
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
|