Ok I have read all help things..
I got newest Scar
I got newest SRL...
Now.. I try to run Any script
ALWAYS an error..
Like this Auto Miner
--------------------------------
Loaded all chars. (NPCChars, TradeChars, SmallChars, StatChars, UpChars)
28.01.2007
SCAR Divi 3.14 has been released! All of the instability issues have been
fixed and it's now a perfectly stable release, so have fun with it.
Download at: http://freddy1990.com/scar.php
If you bought SCAR, ask who you bought it from a refund NOW! SCAR is
completely FREE.
User specified a new RS window
User specified a new RS window
Failed when compiling
Line 432: [Hint] (10424:1): Variable 'OLDMS' never used in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/AntiRandoms/AntiRandoms.scar
Line 204: [Error] (13053:8): Unknown identifier 'FindMime' in script C:\Documents and Settings\Jimmi Canon\My Documents\Computer Software\Scar\[SRL]Powerminer 3[1].05.scar
This is where it says the line 204 error is.. I DIDNT MAKE THIS.. I DOWNLOADED IT.. AND HIS REPLYS ARE ALL GOOD SAYING OMG WOW GOOD SCRIPT
function FindFastRandoms: Boolean; // By WT-Fakawi.
var
i: Integer;
begin
for i:=1 to 10 do
begin
case I of
1: If FindDead then
begin
Result := True;
Loc('Dead');
Logout;
end;
2: If FindTalk Then Result := True;
3: If FindMime then
begin
Result := True;
Loc('Mime');
Logout;
end;
4: If FindMaze then
begin
result:= true;
Loc('Maze');
logout;
end;
5: If FindQuiz then
begin
Result := True;
Loc('Quiz');
Logout;//Solve quiz in next SRL
end;
6: If FindDemon then
begin
Result := True;
Loc('Demon');
end;
7: begin
if NoGameTab then
begin
Result := True;
Players[CurrentPlayer].rand := 'No GameTab';
Logout;
Exit;
end;
end;
8: begin
If InBlack then
begin
Result := True;
Players[CurrentPlayer].rand := 'InBlack';
Logout;
Exit;
end;
end;
9 : If FindTalk Then Result := True;
10: if FindFight then
begin
RunTo(RunDir, false);
FTWait(RunWaitTime);
RunBack;
end;
end;
Wait(1);
end;
end;
Thats where it says problem is.. but idk.. it never works


Reply With Quote














