Added NPC combat control mod to example mods

Updated item highlighting mod and NPC armor mod.
This commit is contained in:
NovaRain
2023-07-03 15:35:03 +08:00
parent 2148650313
commit 2941157174
13 changed files with 405 additions and 37 deletions
@@ -356,6 +356,7 @@ There are several changes in this version of sslc which may result in problems f
- fixed optimizer not treating `call string_variable` as variable use
- fixed unused arguments in a procedure being removed incorrectly by the optimizer
- fixed unused string literals in an optimized-out procedure not being removed by the optimizer
- fixed `get_array` syntax not working for exported variables
**sfall 4.2.9:**
- added support for additional universal opcodes `sfall_func7` and `sfall_func8`