16 lines
359 B
Plaintext
16 lines
359 B
Plaintext
|
Scriptname _00E_MQ11C_ObjectiveSwitchDalGeyss extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter (ObjectReference akActionRef)
|
||
|
|
||
|
if MQ11c.GetStage() == 15 && akActionRef == PlayerREF && !bDone
|
||
|
MQ11c.SetObjectiveCompleted(5)
|
||
|
MQ11c.SetObjectiveDisplayed(10)
|
||
|
bDone = true
|
||
|
endif
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
bool bDone = false
|
||
|
|
||
|
Quest Property MQ11c Auto
|
||
|
Actor Property PlayerREF Auto
|