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.
 
 
 

12 lines
289 B

Scriptname _00E_MQ04_VeryUglyLisharFailsafe extends ObjectReference
Event OnTriggerEnter(ObjectReference akactionref)
if akactionref == Lishari && MQ04.GetStage() < 40 && MQ04.GetStage() >= 38
MQ04.SetStage(40)
endif
EndEvent
Actor Property Lishari Auto
Quest Property MQ04 Auto