2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQP01_StartSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnTriggerEnter (ObjectReference akActionREF)
|
|
|
|
|
|
|
|
if akActionRef == PlayerREF && !bDone
|
|
|
|
If !MQ10a.IsRunning()
|
|
|
|
If !MQ12c.IsRunning()
|
2024-01-10 14:08:24 +00:00
|
|
|
MQP01.SetCurrentStageID(10)
|
2021-10-05 22:15:58 +00:00
|
|
|
Self.Delete()
|
|
|
|
EndIf
|
|
|
|
EndIf
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
bool bDone
|
|
|
|
|
|
|
|
Quest Property MQP01 Auto
|
|
|
|
Quest Property MQ12c Auto
|
|
|
|
Quest Property MQ10a Auto
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
|
|
|
|
|
|
|
|
|