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.
 
 
 

17 lines
301 B

Scriptname _00E_MQ13a_StarshipPullChainSC extends ObjectReference
Event OnLoad()
Self.BlockActivation(True)
EndEvent
Event OnActivate(ObjectReference akActionRef)
if akActionRef == _00E_MC_CaliaREF
Self.Activate(_00E_MC_CaliaREF, True)
EndIf
EndEvent
Actor Property _00E_MC_CaliaREF Auto