Posted by CogKing on January 15, 1998 at 18:39:14:
In Reply to: Red particles in reactor airstream posted by Raptor [JiB] on January 15, 1998 at 16:31:13:
They are simply particule objects. Find the template that is being used, then create them fom your COG with CreateThing()... just hunt through the cogs
for that level and you'll find them.
If you intend to make a multiplayer level be sure to do this in a separate cog,
and make sure that cog has "flags=0x240" just before the symbols section,
else you'll end up with your particles being synched over the network (BAD).
-CogKing