Skip to content

Razor v1.9.77.0

Latest
Compare
Choose a tag to compare
@markdwags markdwags released this 24 Mar 01:25
· 11 commits to master since this release

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 cooldown command 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 foreach loop 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 as operator
  • Fixed missing syntax highlight for maxweight, clearhands, cleardragdrop, sell
  • Running a script will show the name in the system message
  • Fixed the ignore and unignore commands
  • Fixed the varexists expression
  • Added the unsetvar command
  • Updated the interrupt command to let you pass a specific layer
  • Option to disable highlighting on the script UI
  • Better error handling on script syntax issues