Module:Data/Scripts

From Annwan’s Wiki
Revision as of 12:58, 14 April 2025 by Annwan (talk | contribs) (Created page with "return { nahan = { dictfloat = ""}, naqoo = { dictfloat = "1"}, _getDictfloat = function ( frame ) local data = require("Data/Scripts") return data[frame.args[1]].dictfloat or "" end }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Properties for the various scripts


return {
	nahan = { dictfloat = ""},
	naqoo = { dictfloat = "1"},
	_getDictfloat = function ( frame )
		local data = require("Data/Scripts")
		return data[frame.args[1]].dictfloat or ""
	end
}