1
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.
 
 
 

33 lines
575 B

Scriptname _00E_MQ13b_SC07_NexusfailsaveSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
If !bDone && akActionRef == PlayerREF
If bYaela
MQ13b._00E_MC_YaelaREF.MoveTo(PlayerREF)
EndIf
If bRomance
MQ13b.akCompanionRomance.MoveTo(PlayerREF)
EndIf
If bKurmai
MQ13b._00E_SC_KurmaiREF.MoveTo(PlayerREF)
EndIf
bDone = True
EndIf
EndEvent
bool bDone
bool Property bYaela Auto
bool Property bKurmai Auto
bool Property bRomance Auto
_00E_MQ13b_Functions Property MQ13b Auto
Actor Property PlayerREF Auto