ok i have a serious question. Why wont this work?
SCAR Code:Program EvilMcBurgerDeath
vars InFight := Integer;
const TimeRunning : Integer;
/ Main loop, by metagen!!
begin;
if writeln('Burgers must die!!'); then
begin
MoveMouse(294):
end.
ok i have a serious question. Why wont this work?
SCAR Code:Program EvilMcBurgerDeath
vars InFight := Integer;
const TimeRunning : Integer;
/ Main loop, by metagen!!
begin;
if writeln('Burgers must die!!'); then
begin
MoveMouse(294):
end.
~ Metagen
whats it ment to do?
Did someone say GDK?
SCAR Code:Program EvilMcBurgerDeath;
var
InFight: Integer;
const
TimeRunning = 0;
begin
writeln('Burgers must die!!');
MoveMouse(294, 0);
end.
I'm not sure if this is a joke though..
Scripts: Varrock Smither! | Fight Caves Runner! | Kebab Buyer! | L.A.M.E. (Outdated)
Tutorials: SRL user-defined procedures | JaGex UID files | Printing your scripts
Applications: StartUp Notepad | SCAR Assistant
Misc: FREE Delphi 7 v2 | Official SRL Graphics
That's the real question isn't it?![]()
![]()
~ Metagen
Well...
SCAR Code:Program EvilMcBurgerDeath
var
InFight: Integer;
const
TimeRunning = 0;
begin
writeln('Burgers must die!!');
MoveMouse(294, 0):
end.
vars is var... consts cant be :, thats vars try TimerRunning = 0;
writeln isn't a boolean
and you forgot a end;... Move mouse has two 'fill ins' not one...
i am amused![]()
~ Metagen
Cheers!!
SCAR Code:Program EvilMcBurgerDeath // needs semicolon
vars InFight := Integer; // should be 'var' and should not have = // oh yea and duplicate identifier
const TimeRunning : Integer; // must not have a type, must have a value
/ Main loop, by metagen!! // needs another /
begin; // remove semicolon
if writeln('Burgers must die!!'); then // procedure not function, should not have semicolon
begin // missing matchign end
MoveMouse(294): // needs 2 more parameters and semicolon,r emove :
end.
YAY!!! im smart!!!
SCAR Code:// remove double post
// remove spam :D
// only 30 minutes of work left to kill...
~ Metagen
There are currently 1 users browsing this thread. (0 members and 1 guests)