Problem with the last part of my script
SCAR Code:
End;
begin// this is the main loop.
Disguise('First Script Helped By Joker ');
cleardebug;
SetupSRL;
declareplayers;
ActivateClient;
loginplayer;
if MineCoppers then
Begin
MineCopper;
FastDrop;
repeat
if MineTins then
begin
MineTin;
Fastdrop;
repeat
end;
end;
end.
im getting a constant painful error.
Line 127: [Error] (16649:1): Identifier expected in script C:\Program Files\SCAR 3.15\Scripts\my iron tin power miner!.scar
do i need to have something to do with repeat until player is false?