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.
 
 
 

26 lines
507 B

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