beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { ExcTargetType(0x1); EndFrame(); goto End; } EndFrame(); goto Wait; label End: IncludeUTarget (EndJak2_Scr); EndFrame(); goto End; endscript; $