so basically ive downloaded the RangeGuild Script and where it says //// Your RuneScape Account Name so i enter all the info and after i press run it says unknown identifier at line 63 :( Please help!
Printable View
so basically ive downloaded the RangeGuild Script and where it says //// Your RuneScape Account Name so i enter all the info and after i press run it says unknown identifier at line 63 :( Please help!
This would go best in the script's thread.
Make sure your SRL is completely updated.
Simba Code:procedure DeclarePlayers();
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do
begin
Name := 'accountname'; // Your RuneScape Account Name
Pass := 'password'; // Your RuneScape Account Password
Active := True; // Use in the Script. True / False.
Integers[0] := 5; // How many times to compete
Strings[0] := 'Rune Arrows'; // What item to get with tickets
end;
end;
im assuming its this script. put your name and pass between the apostrophies like my example
Lol, I closed the thread for a reason. I'm updating it :)