19 lines
412 B
Plaintext
19 lines
412 B
Plaintext
Scriptname _00E_MQ03_JesparFailsaveSC extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
if (akActionRef == PlayerREF) && !bDone
|
|
if MQ03.GetStage() >= 15 && MQ03.GetStage() < 23
|
|
bDone = True
|
|
_00E_MC_JesparREF.MoveTo(PlayerREF)
|
|
Self.Delete()
|
|
EndIf
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
bool bDone
|
|
|
|
Actor Property _00E_MC_JesparREF Auto
|
|
Actor Property PlayerREF Auto
|
|
Quest Property MQ03 Auto |