16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
Scriptname _00E_MQ11C_ObjectiveFailsafe extends ObjectReference
|
|
|
|
Event OnTriggerEnter (ObjectReference akActionRef)
|
|
|
|
if MQ11c.GetCurrentStageID() == 45 && akActionRef == PlayerREF && !bDone
|
|
MQ11c.SetObjectiveCompleted(15)
|
|
MQ11c.SetObjectiveDisplayed(20, true, true)
|
|
bDone = true
|
|
endif
|
|
|
|
EndEvent
|
|
|
|
bool bDone = false
|
|
|
|
Quest Property MQ11c Auto
|
|
Actor Property PlayerREF Auto |