Scriptname MS09ArnoraScript
short Doonce
short Doonce1
short Doonce2
begin OnDeath
if ( GetStage MS09 >= 40 ) && ( GetStage MS09 < 50 ) && ( Doonce1 == 0 )
setstage MS09 50
set Doonce1 to 1
endif
if ( GetStage MS09 >= 60 ) && ( Doonce2 == 0 )
setstage MS09 200
set Doonce2 to 1
endif
end
begin gamemode
if ( MS09.ArnoraKill == 1 ) && ( Doonce == 0 )
StartCombat Player
set Doonce to 1
endif
end |