ScriptName OlynSeranScript
short wraithsummoned
Begin Gamemode
if ( GetStage TrainingConjuration >= 10 )
if ( wraithsummoned == 0 )
if ( GetDistance Player < 600 )
if ( Player.HasMagicEffect ZWRA )
set wraithsummoned to 1
endif
endif
endif
endif
End
Begin OnDeath
if ( GetStage TrainingConjuration >= 10 ) && ( GetStage TrainingConjuration < 100 )
SetStage TrainingConjuration 200
endif
End |