Hi,
I am having trouble logging in.
Heres the player array I am using:
SCAR Code:Begin
HowManyPlayers :=1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:=0;
Players[0].Name :='yourname';
Players[0].Pass :='yourpass';
Players[0].Nick :='urna';
Players[0].Loc :='yourloc';
Players[0].Skill:='yourskill';
Players[0].Active:=True;
End;
When I run the script, the mouse doesn't even move, it just skips that whole procedure. Thank's.
I'll attach the script, so you can have a look.![]()





Reply With Quote




