Palace Stock Tracker 5 Scripting
Customise Stock Tracker 5 using Lua scripting.
Developing Scripts:
- Scripts are placed on the server in the <DATA_ROOT>\Scripts\ folder.
- Lua script files can have any file name (all files are loaded automatically).
- Lua script files should have the .lua file extension.
- Clients download scripts from the server on each login and execute the onOperatorLogin event.
- Use the Scripting menu in Stock Tracker (or press F11) to access the Script Console to test scripts (Only operators with the Allow Script Console access permission can access the Script Console).
- The Scripting menu can also be used to reload scripts from the server without having to logout.
Scripting Resources: