I can't seem to understand how DeclarePlayers works.
I've setup up the player arrays like every guide says but it never logs me in.
Code:
procedure DeclarePlayers;
begin
HowManyPlayers:= 1;
CurrentPlayer:= 0;
NumberOfPlayers(HowManyPlayers);
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Active := True;
end;
I also tried
Code:
SRLPlayerForm(true, [], [], [], []);
and i get the form, but i click start and save and it doesn't log me in either. Is there some command line like or something?
Also, I'm not so sure i have SRL 4 #16 downloaded correctly, people say make sure your includes folder is setup right, but i can't find anyone actually saying what it looks like i have includes/SRL/SRL/(core,misc,skill) i think i remember hearing that core should be 1 more up or something i don't know can someone help? Ty