Results 1 to 3 of 3

Thread: Random Procedures

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

    Default Random Procedures

    Hi people I am new to scripting but I have a question about randoms. I know the Wait(100 + random(100)) thing but i want to know if I can make random for procedures. for example since SRL is based on multi-players for one player can I make it so it does blah blah blah but for the second player it does blah blah bleh. blahs = any procedure and bleh = any other procedure

  2. #2
    Join Date
    Jun 2007
    Location
    Hell Stream
    Posts
    584
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm that would be strange but unless you try to declare your procedure or setup the individual player to run it which much as a hybrid script.

  3. #3
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Erm, I guess you could just make the loop that each player goes through like

    SCAR Code:
    Begin

    DeclarePlayers;
    LoginPlayer;
    All that etc...

    Case Random(2)

    1 : proc1

    2 : proc2

    End;

    End.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Using Procedures in Procedures?
    By Geebly in forum OSR Help
    Replies: 4
    Last Post: 03-14-2008, 07:33 AM
  2. Replies: 6
    Last Post: 10-27-2007, 03:21 PM
  3. better procedures?
    By lilboy543 in forum OSR Help
    Replies: 3
    Last Post: 04-25-2007, 01:15 AM

Posting Permissions

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