beginscript; label Camera: if (TeleportOtherUnit(0x7818, 0x7819, 0, 0)) { // SetFollowWaypoint(); SelectWeapons(1,0,0); IncludeUTarget (0x6c01); EndFrame(); goto End; } EndFrame(); goto Camera; label End: EndFrame(); goto End; endscript; $