Gucci
02-16-2012, 01:57 AM
I am getting this error:
[Error] (132:3): Invalid number of parameters at line 131
Compiling failed.
Here is the part where it happens
procedure Bank;
var
x, y: integer;
FlaxToBank: TPointArray;
begin
if SPS_WalkPath(FlaxToBank) then
DepositBox -----> this is a TPA function was getting error here but removed the ';'
Mouse(x, y, 0, 0, True); -----> this is line 131
Mouse(312, 278, 0, 0, True)
end;
Thanks for help and guidance.
[Error] (132:3): Invalid number of parameters at line 131
Compiling failed.
Here is the part where it happens
procedure Bank;
var
x, y: integer;
FlaxToBank: TPointArray;
begin
if SPS_WalkPath(FlaxToBank) then
DepositBox -----> this is a TPA function was getting error here but removed the ';'
Mouse(x, y, 0, 0, True); -----> this is line 131
Mouse(312, 278, 0, 0, True)
end;
Thanks for help and guidance.