13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
Scriptname _00E_MQ11a_SC20_MainHallScript extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
If (akActionRef == PlayerREF) && MQ11a.IsObjectiveCompleted(40) && MQ11a.IsObjectiveCompleted(45) && (MQ11a.GetCurrentStageID() < 120)
|
|
MQ11a.SetCurrentStageID(120)
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Actor Property PlayerREF Auto
|
|
Quest Property MQ11a Auto
|