Posted by Hideki on November 16, 1998 at 16:45:48:
In Reply to: Re: Explosions posted by Tazz on November 16, 1998 at 13:10:34:
: Use the trap cogs from here, and use this as the template:
: +egrenade_exp
: It should work.
: -Tazz
symbol
template explosion_tpl=+egrenade_exp
template ghost=ghost
code
CreateThing(explosion_tpl, ghost);
should do.