userSettings.*
From SmartBots Developers Docs
Jump to: navigation, search
Allows accessing the settings specified by the script user.
const value = userSettings.someUserVar;
User settings are intended to be used within the scripts you sell at Bots Store. However, they can be used for your own scripts, too.
Learn more
Check the User Settings reference for information how to define and set user settings.
- userSettings.*