Does Magsbot have a way to generate random numbers?
Yes, there is a random number operator, #, that you can use in numeric expressions. The operator works like a die roll, with the first number being the number of dice and the second number being the type of die. So example, a random number similar to a roll of 3 six-sided dice (or “3d6” in role-playing game terminology) would be expressed as 3#6. More simply, a random number from 1 to 100 would be 1#100. A number from 3 to 7 would be 1#5+2.