Results 1 to 4 of 4

Thread: What does it mean declared players?

  1. #1
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default What does it mean declared players?

    Does it mean you train several accounts with 1 script?
    Like log player 1 out log player 2 in and continute the script??

    Ty for helping me

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, it will run with as many player u want, and if one returns false it will never be logged in but if it keeps on true it will keep running etc.
    ~Hermen

  3. #3
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what it does is
    you fill in all your players
    when 1 player is done (for example.. did xxx loads)
    it will go to the next player
    and will repeat that
    if 1 player goes false (for example.. by an unsolvable random), it will never login back.. but the other players will

  4. #4
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Players[0].Name := 'player1';
    Players[1].Name := 'player2';
    Players[2].Name := 'player3';
    Players[3].Name := 'player4';

    When [0] fails, it goes on to [1].
    When [1] fails, it goes on to [2].
    etc...

    That is of course if you have incorporated NextPlayer into your script.
    There is also a procedure RandomNextPlayer
    Project: Welcome To Rainbow

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to set up your players.
    By Wizzup? in forum Outdated Tutorials
    Replies: 189
    Last Post: 04-06-2013, 06:00 AM
  2. It has been declared:
    By P1nky in forum News and General
    Replies: 104
    Last Post: 11-11-2008, 06:51 PM
  3. Calling Procedures before they are Declared
    By jhildy in forum OSR Help
    Replies: 6
    Last Post: 06-12-2007, 07:15 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
  •