Resource icon
2.2.14 completely broke some SOC scripts that used the "wait" console command to delay printing text to the screen, causing some parts of the level to not work as intended, so I had to create my own Lua-based system for doing so.

CHANGES:
  • Some SOC scripts have been converted to a new Lua-based system for running commands on a timer without using the "wait" command.
    • Some linedefs that had type 415 (Run Script) now have type 443 (Call Lua Function) to accommodate this change.
  • Converted alias "2spooky" to a console command in Lua.
    • Added 2.1 Azure Temple's theme to make this command actually work as intended.
BUGFIXES:
  • Player-executed commands (wait, color, name, etc.) are no longer prohibited from running when text is being displayed.
  • Cool!
Reactions: SRBluke122
Back
Top