12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
|
Scriptname _00E_MQ17_CompanionFailsaveSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == MQ17.akCompanion
|
||
|
MQ17.akCompanion.MoveTo(MQ17_CompanionFailsaveREF)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
_00E_MQ17_Functions Property MQ17 Auto
|
||
|
ObjectReference Property MQ17_CompanionFailsaveREF Auto
|