This repository was archived by the owner on May 15, 2025. It is now read-only.
New triggers, stricter syntax rules
New triggers
- ai_spawn and changestat
Stricter syntax rules
- spaces are required between switch-case conditions and the separator colon
- empty parenthesis are required for procs that return a value and accept no arguments
- multi-line strings are not allowed
Other changes
- null strings in scripts are packed as a string-literal "null"