Results 1 to 8 of 8

Thread: 5+Random(5)

  1. #1
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 5+Random(5)

    Is that 5 minutes, plus a random time between 1 and 5? or is it 5, plus a random 5, that could equal 10?

  2. #2
    Join Date
    Sep 2006
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That is a 5 + a random number from 0 to 5. The totally is a possibility of 5-10.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  3. #3
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Oct 2006
    Posts
    412
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not minutes, is miliseconds, 1000milliseconds = 1 second

  5. #5
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No its not, I have a script that does rotate every 5+Random(5), and it doesn't rotate every 5-10 seconds...

  6. #6
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Kaldo View Post
    No its not, I have a script that does rotate every 5+Random(5), and it doesn't rotate every 5-10 seconds...
    Thats a procedure that converts the minutes to Milleseconds...

    If you do something like Wait(100 + Random(50)); it would wait 100-149 Milleseconds.
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

  7. #7
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by amned92 View Post
    That is a 5 + a random number from 0 to 5. The totally is a possibility of 5-10.
    Thats almost right. But random(5) is from 0 to 4. random 5 numbers are: 0,1,2,3,4.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. We could all be gone by this random.
    By Geo in forum News and General
    Replies: 17
    Last Post: 05-31-2007, 12:55 AM
  2. What random was that!?
    By Ciesson in forum News and General
    Replies: 10
    Last Post: 01-20-2007, 10:44 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
  •