Results 1 to 5 of 5

Thread: Can any1 say me how to fill in this script?

  1. #1
    Join Date
    Mar 2007
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Can any1 say me how to fill in this script?

    i found Draynor fisher here (http://www.srl-forums.com/forum/srl-...-t10659p9.html) and i dont know how to use it, can anyone help me ?

    I got Scar divi 3.06 with SRL 3.81

    Const
    StartPlayer = 0; <---- im going to use 1 player so its 0 or 1?
    LoadsTime = 10; // In minutes.
    YourSRLID = ''; // Must be a string! <--whats here?
    YourSRLPASS = ''; // Must be a string! <-- whats here?
    RemoteControlMasterNickName = ''; // Part of the Remote Control Masters' Name. <--- whats here?
    Loads = 4; // Number of loads.
    NumOfPlayers = 8; // Number of users. <--- im going to use 1 players so its 0 or 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; <-- I am Going to use
    NumberOfPlayers( HowManyPlayers ); <-- one player, so what and where
    CurrentPlayer := StartPlayer; <-- exactly i need to write?

  2. #2
    Join Date
    Mar 2007
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bump

  3. #3
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    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;
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  4. #4
    Join Date
    Mar 2007
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bump

  5. #5
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Its not RS forums here ... we dont bump.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Fill in Help
    By effinpanda in forum OSR Help
    Replies: 2
    Last Post: 03-21-2008, 09:29 PM
  2. so can someone fill me in
    By flipsk8r1106 in forum News and General
    Replies: 6
    Last Post: 12-01-2007, 07:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •