Like from a table:
local table = {"string1", "string2", "string3"}
And only one of those strings..
Can you do that? And if so, how?
Posted 13 May 2013 - 01:12 AM
local table = {"string1", "string2", "string3"}
Posted 13 May 2013 - 01:14 AM
local table = {"string1","string2","string3")
local randomString = table[math.random(#table)]
Posted 13 May 2013 - 01:15 AM
0 members, 2 guests, 0 anonymous users