beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { SelectWeapons (0,0,0); SelectWeapons (1,0,0); ExcludeGTarget (1); IncludeUTarget (0x6c01); EndFrame(); goto End; } EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $