26 lines
507 B
Plaintext
26 lines
507 B
Plaintext
|
Scriptname _00E_NQ26_PahtiraFailsaveBox extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
||
|
|
||
|
If akActionRef == PlayerREF && (MuldirRef.GetParentCell() != ArkSternlingshaus) && !bDone
|
||
|
|
||
|
if NQ23.GetStage() >= 50 && NQ26.GetStage() < 20
|
||
|
|
||
|
bDone = True
|
||
|
MuldirRef.MoveTo(PlayerREF)
|
||
|
|
||
|
EndIf
|
||
|
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
|
||
|
bool bDone
|
||
|
|
||
|
Actor Property PlayerREF Auto
|
||
|
Actor Property MuldirRef Auto
|
||
|
Quest Property NQ23 Auto
|
||
|
Quest Property NQ26 Auto
|
||
|
|
||
|
Cell Property ArkSternlingshaus Auto
|