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

Module:Random: Difference between revisions

From MassiveCraft Wiki
No edit summary
No edit summary
Line 6: Line 6:
return x
return x
end
end
return x

Revision as of 04:40, 29 August 2015

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

local x = {}

function x.tips()
	local l = math.random(15)
	x = l
	return x
end

return x