Results 1 to 3 of 3

Thread: A little help with NextPlayer(true);

  1. #1
    Join Date
    Jun 2006
    Location
    Computer.
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default A little help with NextPlayer(true);

    I've nearly finished my Woodcutting script , but i have a little problem.
    I don't know how to log out an account when it's reached it's goal , Here's what i have put in my script , i think it will work , but i need to know if there's another easier way of doing it.

    Code:
      until(GetSkillLevel('Woodcutting')=Glvl); Then
      Begin
      NextPlayer(true);



    Thanks , smills

  2. #2
    Join Date
    Jun 2006
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi, nextplayer(active) means that after you reach something, like for you a goal in wc, then you want to set it to nextplayer(false) because you don't want to use him anymore.

  3. #3
    Join Date
    Jun 2006
    Location
    Computer.
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thanks , it works now
    I'm new to SRL scripting just needed this cleared out

    Thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. NextPlayer
    By Viral in forum OSR Help
    Replies: 9
    Last Post: 11-12-2008, 07:47 AM
  2. NextPlayer help
    By king vash in forum OSR Help
    Replies: 4
    Last Post: 03-28-2007, 12:54 AM
  3. randoms and nextplayer
    By macromacro123 in forum OSR Help
    Replies: 1
    Last Post: 03-12-2007, 03:01 AM
  4. false and nextplayer
    By macromacro123 in forum OSR Help
    Replies: 1
    Last Post: 03-05-2007, 04:21 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
  •