This version includes more updates to the scripting engine, including the ability to create cooldowns that will display as a gump. This version also introduces lists and timers to the scripting engine. Be sure to review the latest scripting docs for details.
- Added the
cooldowncommand that generates a gump-based cooldown timer that can be customized (icon, color, name, order, etc) - Added list commands and list expressions
- Added timer commands and timer expressions
- Added the
foreachloop to interact with lists - Option to disable 25ms delay on script line execution
- Updated script variables to be part of the same system that sets variables using the
asoperator - Fixed missing syntax highlight for
maxweight,clearhands,cleardragdrop,sell - Running a script will show the name in the system message
- Fixed the
ignoreandunignorecommands - Fixed the
varexistsexpression - Added the
unsetvarcommand - Updated the
interruptcommand to let you pass a specific layer - Option to disable highlighting on the script UI
- Better error handling on script syntax issues