So I was creating my first scripts of a guide.. this is what I ended with...
program new;
{$i srl/srl.simba}
Procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Active:=True;
end;
begin
SetupSRL;
ActivateClient;
DeclarePlayers;
LoginPlayer;
end.
Some people may think I just copied this of the guide (but I was able to end up with the same thing) but my question is howcome when I click play the client does not open? Can someone tell me how to insert the box with the text in it also thanks
![]()


) but my question is howcome when I click play the client does not open? Can someone tell me how to insert the box with the text in it also thanks
Reply With Quote



