Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Random

From MassiveCraft Wiki
Revision as of 20:28, 29 August 2015 by Ryciera (talk | contribs)

Documentation for this module may be created at Module:Random/doc

local x = {}
	math.randomseed(os.time())
		
		
function x.tips()

	local l = math.random(15)
	local l = math.random(15)
	local l = math.random(15)
	local l = math.random(15)
	local l = math.random(15)
	return l
end

return x