Okay, so I want to make a script that Ic an use for either aliases or triggers that generales a randomized, five-digit number ranging between 11111 and 99999. What's the syntax for that?
I think it'd use the math.random function, but I always have trouble figuring out how to type it in Lua when I read about a functino in the manual.
I'm not a skilled programmer, so try to make it as easy for me to understand as possible, please. :)
I think it'd use the math.random function, but I always have trouble figuring out how to type it in Lua when I read about a functino in the manual.
I'm not a skilled programmer, so try to make it as easy for me to understand as possible, please. :)