Simba Code:program LeDonsKhazardIronDepositor;
{$I SRL/SRL.Simba}
{$I SRL/SRL/Misc/Debug.Simba}
{$I P07Include.Simba}
procedure MineIron;
var x, y: integer;
begin
repeat
if P07_FindObjCustom (x, y, ['ine', 'Mine'], [1581108, 1910852, 1778233], 5) Then
begin
ClickMouse2(mouse_left);
Wait(RandomRange(400,2000))
// until(P07_InvFull)
end;
begin
MineIron;
end.
[Error] C:\Simba\Scripts\LeDonsKhazardIronDepositor.simba( 21:4): Identifier expected at line 20
Compiling failed.
Lol.. probably something extremely simple, but just can't figure it out.


Reply With Quote











