

If any of you would know an ACS code for this, please let me know what to put. I'm not very good with ACS. Thank you all!
P.S. This is the ACS I have for the wad, just in case it would help solve this in any way. (Tags 8 and 9 are used for something else)
Code: Select all
#include "zcommon.acs"
script 1 (void)
{
Thing_SpawnFacing(4, 114, 0, 999);
Thing_SpawnFacing(5, 114, 0, 999);
Thing_SpawnFacing(6, 114, 0, 999);
Thing_SpawnFacing(7, 114, 0, 999);
Thing_SpawnFacing(10, 114, 0, 999);
Thing_SpawnFacing(11, 114, 0, 999);
}