Ok i have a "while do"procedure.
I want it to do all of the following below it but it wont compile.
this is the procedure.
the error..Code:procedure fightingwaitandantirandoms; begin while(wizardbam)or while(MortalDraw)then do findnormalrandoms; hatetherandoms findthetrade; outfight; hatenoobcallers; strlvl; attlvl; deflvl; whatsup; hello; friends; end;
And i need help with a typing skill level here are the proceduresCode:Failed when compiling Line 255: [Error] (20105:1): Syntax error in script C:\Program Files\SCAR 2.03\Scripts\autofighter v2.5.scar
the error...Code:procedure strlevel; begin if (inchat('str lvl'))or (inchat('str level'))or (inchat('stre lvl'))or (inchat('strength lvl'))or (inchat('strength level'))then typesend(inttostr(getskilllevel('strength') end; procedure attlvl; begin if (inchat('att lvl'))or (inchat('att level'))or (inchat('atack lvl'))or (inchat('atack level'))or (inchat('attack lvl'))or (inchat('attack level'))then typesend(inttostr(grabskilllevel('attack') end; procedure deflvl; begin if (inchat('def lvl'))or (inchat('def level'))or (inchat('defenc lvl'))or (inchat('defence level'))or (inchat('defenc level'))or (inchat('defence level'))then typesend(inttostr(getskilllevel('defence') end;
Thank you for your assistance.Code:Failed when compiling Line 287: [Error] (20137:1): comma (',') expected in script C:\Program Files\SCAR 2.03\Scripts\autofighter v2.5.scar




Reply With Quote