4
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.
 
 
 

18 lines
465 B

scriptName _00E_MQ11b_DancingNomadFailsafeSC extends ObjectReference
;failsafe for http://sureai.net:9898/browse/ERB-2202, Jespar's Ref wasn't disabled properly
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == PlayerREF && MQ11b.GetCurrentStageID() == 5 && !bDone
_00E_MC_JesparREF.Disable()
bDone == true
endIf
EndEvent
bool bDone = false
Actor Property PlayerREF Auto
Actor Property _00E_MC_JesparREF Auto
Quest Property MQ11b Auto