1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
390 B

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