Posted by JEDI-HUNTER on June 09, 1998 at 01:09:31:
In Reply to: How many times must people tell you? posted by JED Master on June 08, 1998 at 23:35:36:
:
: DON'T POST IN ALL CAPS!
: Anyhow, for an sp level, thats easy. just stick the kell dragon in. for a multiplayer, you will need a generate cog, like....
: symbols
: thing ghost
: template kelldragon(set the template for the kell dragon here in placed cogs-double click, find the dragon on the list, and double click it)
: message entered
: sector trigger
: end: code
: entered:
: CreatThingThing(kelldragon, ghost);
: return;
: end: