The question is how to do the following, from the Lua C API:
settings.default.color = 10 --(raise an error) persistent.channel.xxx = 15 --(call function to set) y = persistent.channel.xxx --(call function to read)
The question is how to do the following, from the Lua C API:
settings.default.color = 10 --(raise an error) persistent.channel.xxx = 15 --(call function to set) y = persistent.channel.xxx --(call function to read)