Search found 1 match

by zarko
Sun May 20, 2012 8:21 am
Forum: Support and Development
Topic: new guy with some noob qustions
Replies: 5
Views: 9542

new guy with some noob qustions

I have a couple of questions about Loved and Lua. First i'm having a problem with trying to get random numbers using Lua. Using Scite or using the Lua online demo, the math.random function seems broken. For example if i write something like x=math.random(10) print (x) x will always be 9 I'm making a...