User Lua Placeholder

Config Type Default Description
c.lua table {} Flat table of user values

A place to store user script settings.

e.g.

c.lua.mine = 1234
c.lua.another = 'Testing'
Caution

This is a 'flat' table. It cannot have sub-tables!