all filled out for ya
SCAR Code:
Const
StartPlayer = 0;
LoadsTime = 10; <--whatever you want
YourSRLID = ''; // Must be a string! <--dont bother
YourSRLPASS = ''; // Must be a string! <--dont bother
RemoteControlMasterNickName = ''; <--dont botherName.
Loads = 4; // Number of loads.
NumOfPlayers = 1;
Var
FishingNet, FishingNetColor, BankDTM, LTime: Integer;
WhirlPoolAcc: Extended;
NoNet: Boolean;
NormalRandomsTime, FastRandomsTime, FindTalkTime, CallBTime: LongInt;
Shrimps, Anchovies, Nets, Shrimp, Anchovy, MyMark: Integer;
Procedure DeclarePlayers;
Begin
HowManyPlayers := NumOfPlayers;
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := StartPlayer;