Try posting this on the actual script thread?
Also, have you filled in the Nickname for your char(s)?
(3-4 characters of your username)
Your setup should look something like this;
SCAR Code:
Procedure DeclarePlayers;
Begin
CurrentPlayer := 0; // Starting player
HowManyPlayers := 1; // How many players in total?
NumberOfPlayers(HowManyPlayers);
Players[0].Name := 'Username'; // Username
Players[0].Pass := 'password'; // Password
Players[0].Nick := 'ame'; // <---Important!! This is your characters NICKNAME!!!
Players[0].Active := True; // Use this player?
Players[0].Integers[1] := 500; //Loads to Cut
I hope this solves your problem, if not make sure you have latest SCAR(3.15b and SRL Rev 30)
Thanks,
-PK
end;