Ilikepie1995
04-03-2007, 09:21 PM
I keep on getting this stupid error in my script, iam a begginer (just started the script),Well can someone help me out.. :confused:
Failed when compiling
[Error] (18071:4) : Semicolon (';') expected in script
program DraynorOakCutterAndBanker;
{.Include SRL/SRL.Scar}
{.Include SRL/SRL/Skill/Woodcutting.Scar}
{Dis was made by BlackFire}
{Instructions:Stand in the draynor bank with bronze axe in first inv spot
and other BRONZE ONLY in first bank spot,also,low detail,v-bright,LOGDOUT,
face west,the bank booth thats closed}
{I will try adding more players able next version,well ya know iam still
new at this lol =L}
var
i: Integer;
Procedure Login;
begin
ClearDebug;
WriteLn('Going to log in lmfao');
MoveMouseSmooth(460,292);
Wait(1000);
HoldMouse(460,292,true);
Wait(500);
ReleaseMouse(460,292,true);
SendKeys(''+chr(13)); //Username
Wait(1000);
SendKeys(''+chr(13)); //Password
MoveMouseSmooth(298,321);
Wait(1000);
HoldMouse(298,321,true);
Wait(100);
ReleaseMouse(298,321,true);
Wait(10000);
end.
Failed when compiling
[Error] (18071:4) : Semicolon (';') expected in script
program DraynorOakCutterAndBanker;
{.Include SRL/SRL.Scar}
{.Include SRL/SRL/Skill/Woodcutting.Scar}
{Dis was made by BlackFire}
{Instructions:Stand in the draynor bank with bronze axe in first inv spot
and other BRONZE ONLY in first bank spot,also,low detail,v-bright,LOGDOUT,
face west,the bank booth thats closed}
{I will try adding more players able next version,well ya know iam still
new at this lol =L}
var
i: Integer;
Procedure Login;
begin
ClearDebug;
WriteLn('Going to log in lmfao');
MoveMouseSmooth(460,292);
Wait(1000);
HoldMouse(460,292,true);
Wait(500);
ReleaseMouse(460,292,true);
SendKeys(''+chr(13)); //Username
Wait(1000);
SendKeys(''+chr(13)); //Password
MoveMouseSmooth(298,321);
Wait(1000);
HoldMouse(298,321,true);
Wait(100);
ReleaseMouse(298,321,true);
Wait(10000);
end.