Here's what I've been using with the latest OSR
Simba Code:
program DefaultOSR;
{$DEFINE SMART8}
{$include SRL-OSR/SRL/SRL.simba}
{$include SRL-OSR/SRL/misc/debug.simba}
{$include SRL-OSR/SRL/misc/smartgraphics.simba}
var
i, x, y : integer;
b : TBox;
s : string;
TPA : TPointArray;
top : Array of TOptions;
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Pin := '';
Players[0].Nick := '3 chars of your RSN go here for future random event detecting!';
Players[0].Active := True;
end;
begin
SetupSRL;
DeclarePlayers;
LoginPlayer;
end.
Here's what my folder paths look like as of current on Windows 7: (NOTE: unsure if they're to change later down the road)
SRL (EOC)
Code:
C:\Simba\Includes\SRL\core
C:\Simba\Includes\SRL\misc
C:\Simba\Includes\SRL\SRL.simba
and
SRL (OSR)
Code:
C:\Simba\Includes\SRL-OSR\SRL\core
C:\Simba\Includes\SRL-OSR\SRL\misc
C:\Simba\Includes\SRL-OSR\SRL\SRL.simba
Font Dir too: