18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
|
Scriptname _00E_MQ13c_AtriumDoorSC extends ObjectReference
|
||
|
|
||
|
Event OnLoad()
|
||
|
|
||
|
Self.BlockActivation(True)
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
|
||
|
if MQ13c.bSteelbirdAtriumSpawned == True
|
||
|
Self.Activate(akActionRef, True)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
_00E_MQ13c_Functions Property MQ13c Auto
|