Separate command files to a single command file per asset and include them in the main command file

This commit is contained in:
Jan
2021-02-11 11:51:36 +01:00
parent 751cb2cd6e
commit e99e66cec5
86 changed files with 2647 additions and 2648 deletions

View File

@ -0,0 +1,15 @@
// =========================================
// LoadedSound
// =========================================
use LoadedSound;
set string name;
set name name;
// MssSound
use MssSound;
set block data XFILE_BLOCK_TEMP;
set reusable data;
set count data info::data_len;
set condition info::data_ptr never;
set condition info::initial_ptr never;
set action SetSoundData(MssSound);