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