SCAR Code:procedure Setup;
begin
SRLId := YourSRLId;
SRLPassword:= YourSRLPassword;
SetupSRL;
SetupSmart;
ScriptID:= '---';
DeclarePlayers;
ActivateClient;
Wait(475);
LoginPlayer;
end;
procedure MainLoop;
Begin
Repeat
CheckForRandoms;
FindCakeStall;
If InvFull then
Wait(50);
CheckForRandoms;
DropCake;
end; //<<< Identifier expected in script
Begin
Setup;
MainLoop;
end.
any ideas? First time script maker.





Reply With Quote










