#(Niklas) util.random_decimal from 1 to 3
13 messages · Page 1 of 1 (latest)
(Niklas) util.random_decimal from 1 to 3
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
how many decimal places?
if you want two, generate a number between 100 and 300, then divide the result by 100
if three, 1000 to 3000 then divide by 1000
etc.
no. I want to just narrate a number from 1 to 3
so: 1;2;3
!t util.random_int
Possible Confusion
Did you mean to search for util.random.int.to?
Returns a random integer number between the 2 specified integer numbers, inclusive.
Returns
ElementTag(Number)
Examples
# Will narrate '1', '2', or '3'
- narrate <util.random.int[1].to[3]>