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.
 
 
 

16 lines
477 B

Scriptname _00E_MQ07b_BurntCorpseSC extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if MQ07b.GetStage() < 51 && akActionRef == PlayerREF && MQ07b_LishariUglyFailsaveGlobal.GetValueInt() == 1
MQ07b.SetStage(51)
Elseif MQ07b.GetStage() >= 51 && MQ07b.GetStage() < 70
MQ07b.PlayBellVision()
EndIf
EndEvent
_00E_MQ07b_Questfunctions Property MQ07b Auto
Actor Property PlayerREF Auto
GlobalVariable Property MQ07b_LishariUglyFailsaveGlobal Auto