33 lines
575 B
Plaintext
33 lines
575 B
Plaintext
|
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
|