scn LlevanaNedarenSCRIPT
short Doonce
begin OnDeath
if ( GetStage MS10 >= 10 ) && ( GetStage MS10 < 100 )
setstage MS10 200
endif
if ( GetStage MS10 >= 150 ) && ( GetStage MS10 < 180 )
setstage MS10 200
endif
end
begin gamemode
if ( Doonce == 0 )
if ( GetStage MS10 == 79 )
UlrichLelandRef.SetAv Health 50
UlrichLelandRef.SetRestrained 1
LlevanaNedarenRef.Cast MS10ParalyzeSpell UlrichLelandRef
MS10Rat01Ref.Enable
MS10Rat02Ref.Enable
MS10Rat01Ref.StartCombat UlrichLelandRef
MS10Rat02Ref.StartCombat UlrichLelandRef
set Doonce to 1
endif
endif
end
|