Posted by JED Master on June 08, 1998 at 23:35:36:
In Reply to: How the HELL DO WE MAKE A TIE FLYBY OR KELL DRAGON??? STILL DOESN'T WORK posted by JEPMAN-JWC on June 08, 1998 at 21:00:55:
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
endcode
entered:
CreatThingThing(kelldragon, ghost);
return;
end