2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-08 20:27:48 +00:00

refactor: remove usages of name sequence in game commands

This commit is contained in:
Jan Laupetin
2025-04-28 17:27:03 +02:00
parent 68ee502c72
commit 1b579b1bc3
176 changed files with 21 additions and 199 deletions

View File

@@ -4,7 +4,6 @@
use XGlobals;
set block XFILE_BLOCK_TEMP;
set string name;
set name name;
set arraycount gumps gumpsCount;
set condition gumps gumpsCount >= 0 && gumpsCount <= 32;
set arraycount overlays overlayCount;