Script error: The function "main" does not exist.
local export = {} local numbers = {} export.numbers = numbers -- These are used only on the template preview page; -- you should never use "und" as the language otherwise! numbers[1] = { } numbers[2] = { cardinal = "foofoo", ordinal = "foofooth", } numbers[3] = { } return export