1
0
Fork 0
instead-modules/rndstr.lua

4 lines
81 B
Lua

rndstr = function(strings)
return strings[rnd(stead.table.maxn(strings))];
end