You are currently looking at Flamebate, our community forums. Players can discuss the game here, strategize, and role play as their characters.
You need to be logged in to post and to see the uncensored versions of these forums.
![]() |
|||||||
---|---|---|---|---|---|---|---|
|
I think I saw it a while ago, something like RandomNumber[1-15]. What’s the word type for it? I think it’s much better than chaining some stupid @# together. |
||||||
Posted On: 09/08/2008 4:11AM | View quangntenemy's Profile | # | ||||||
|
Random Number (#-#)
Weird, just tried it out again, but its not working. BUT theres a post submission with it just like that that does work ToXXXic edited this message on 09/08/2008 4:53AM |
||||||
Posted On: 09/08/2008 4:48AM | View ToXXXic's Profile | # | ||||||
|
To generate a single-digit random number in a range, use this format: @#::2-4 [will generate 2, 3, or 4]
But it only works on single digits. |
||||||
Posted On: 09/08/2008 11:13AM | View MC Banhammer's Profile | # | ||||||
|
Only single digits? Maybe Trout should upgrade it Log in to see images! |
||||||
Posted On: 09/08/2008 8:22PM | View quangntenemy's Profile | # | ||||||
|
Well you could simulate two-digit randomness:
@#::2-4@#::0-9 should give you between 20 and 49. (I don’t recall if 0 is at the start of the sequence or the end, i.e. 0-9 or 1-0.)
Only thing you couldn’t do is a range from singles to doubles, like 5-15. Unless you’re willing to have an initial 0 (05-15). |
||||||
Posted On: 09/08/2008 8:25PM | View MC Banhammer's Profile | # | ||||||