Line 15: [Error] (17676:4): period ('.') expected in script
Failed when compiling
SCAR Code:begin
DropAll;
end;![]()
![]()
line 15 is end;
Line 15: [Error] (17676:4): period ('.') expected in script
Failed when compiling
SCAR Code:begin
DropAll;
end;![]()
![]()
line 15 is end;
put a period there?
is that your main loop there? because if it is, that "end;" has to be a "end." if that doesen't solve it, can you post the whole script so i can help you out?
here is the whole script (just to clear things up)
SCAR Code:program fullinvdropper;
{.include SRL\SRL.scar}
procedure Drop;
var
i: Integer;
begin
for i := 1 to 28 do
DropItem(i);
end;
begin
DropAll;
end;
end.
when I do your suggestion to change to period this is what it now says:
Line 174: [Hint] (182:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
Code:program fullinvdropper; {.include SRL\SRL.scar} procedure Drop; var i: Integer; begin for i := 1 to 28 do DropItem(i); end; begin DropAll; end.
That always comes up. It's fine.Line 174: [Hint] (182:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
There are currently 1 users browsing this thread. (0 members and 1 guests)