Module:Random: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
return l
return l
end
end
return x

Revision as of 04:38, 29 August 2015

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

local x = {}

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