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"