beginscript; AttachOtherToObj(0x7002, 0x781d); label att: if ( !OtherUnitIsAttached(0x7002) ) { TriggerUnit(0x7002); EndFrame(); // goto End; } EndFrame(); goto att; label End: EndFrame(); goto End; endscript; $