Module:Items

From Minescape
Revision as of 17:28, 20 September 2020 by L1ghtsword (talk | contribs) (Created page with "-- Call this module to pull spesific item information function printSampleText() print( "Sample Text!" ) end printSampleText()")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module will be invoked to pull information from the items.json blob.


-- Call this module to pull spesific item information

function printSampleText()
	print( "Sample Text!" )
end

printSampleText()