25 lines
390 B
Plaintext
25 lines
390 B
Plaintext
|
Scriptname _00E_MQP01_StartSC extends ObjectReference
|
||
|
|
||
|
Event OnTriggerEnter (ObjectReference akActionREF)
|
||
|
|
||
|
if akActionRef == PlayerREF && !bDone
|
||
|
If !MQ10a.IsRunning()
|
||
|
If !MQ12c.IsRunning()
|
||
|
MQP01.SetStage(10)
|
||
|
Self.Delete()
|
||
|
EndIf
|
||
|
EndIf
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
bool bDone
|
||
|
|
||
|
Quest Property MQP01 Auto
|
||
|
Quest Property MQ12c Auto
|
||
|
Quest Property MQ10a Auto
|
||
|
Actor Property PlayerREF Auto
|
||
|
|
||
|
|
||
|
|