mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-28 07:37:51 -05:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
16
src/ZoneCode/Game/T6/XAssets/XGlobals.txt
Normal file
16
src/ZoneCode/Game/T6/XAssets/XGlobals.txt
Normal file
@ -0,0 +1,16 @@
|
||||
// =========================================
|
||||
// XGlobals
|
||||
// =========================================
|
||||
use XGlobals;
|
||||
set string name;
|
||||
set name name;
|
||||
set arraycount gumps gumpsCount;
|
||||
set condition gumps gumpsCount >= 0 && gumpsCount <= 32;
|
||||
set arraycount overlays overlayCount;
|
||||
set condition overlays overlayCount >= 0 && overlayCount <= 32;
|
||||
|
||||
// gump_info_t
|
||||
set string gump_info_t::name;
|
||||
|
||||
// overlay_info_t
|
||||
set string overlay_info_t::name;
|
Reference in New Issue
Block a user