Skip to content

New triggers, stricter syntax rules

Latest
Compare
Choose a tag to compare
@Pazaz Pazaz released this 16 Oct 19:29
31a741a

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"