For some reason in my yew banker on line 60 it keeps saying colon expected.. I have no clue why or how... I'm posting the lines 1-60 here.
__________________________________________________ _____
program SuperYewCutter;SCAR Code:[SCAR]
{.include SRL\SRL.scar}
{.include SRL\SRL\Skill\Woodcutting.SCAR}
{.include SRL\SRL\extended\xantiban.scar}
// This is my second script ever, so it probably is not very good =P
// As of 7/8/07, I need help to fix some small errors, so please help!
// Must remove ploygottalk from the xantiban.
//Start at Edgeville most Southern bank booth.
const
YewColor = 3168336; //Color of the yew tree.. should work
LoadsToDo = 15; //Numb of Loads
procedure DeclarePlayers;
begin
HowManyPlayers := 6; //Number of total players
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0; //Which player starts first?
Players[0].Name := 'Username';
Players[0].Pass := 'Password';
Players[0].Nick := 'Nick';
Players[0].Active := True;
Players[1].Name := 'UserName';
Players[1].Pass := 'Password';
Players[1].Nick := '3-4 letters of UserName';
Players[1].Active := False;
Players[2].Name := 'UserName';
Players[2].Pass := 'Password';
Players[2].Nick := '3-4 letters of UserName';
Players[2].Active := False;
Players[3].Name := 'UserName';
Players[3].Pass := 'Password';
Players[3].Nick := '3-4 letters of UserName';
Players[3].Active := False;
Players[4].Name := 'UserName';
Players[4].Pass := 'Password';
Players[4].Nick := '3-4 letters of UserName';
Players[4].Active := False;
Players[5].Name := 'UserName';
Players[5].Pass := 'Password';
Players[5].Nick := '3-4 letters of UserName';
Players[5].Active := False;
NickNameBMP := CreateBitmapMaskFromText(Players[CurrentPlayer].Nick, UpChars);
end;
//////////////////////////////////////////////////////////////////////////////////////////
Var
LogDTM, AxeHandleDTM, AxeHeadDTM, BrokenAxeDTM, RegularAxeDTM,
//////////////////////////////////////////////////////////////
Procedure LoadDTMs;
begin
Status('Loading DTMS')[/SCAR]



Reply With Quote





.




