beginscript; //Mr Invis unit to follow player vechile to trigger the triggers! label Start: SetFollowUnit(0x7401, 0, 0); SetHUDTarget(trigsmke); ExcTargetType (1); label End: EndFrame(); goto End; endscript; $