Posted by Palithius on September 19, 1998 at 08:03:09:
I am creating a Role Playing Engine, I have a lot done but right now this template situation
is holding me back. Heres whats up:
I'm trying to create a template that is created by one of my cogs. The template is an ACTOR.
Thats all I'm really trying to do, create an actor! I can't even create enemies
(btw static.jkl is the file I add my new templates in right?)
I do this:
thing actor1 (this is an example
template actor_tpl=(my template name.)
then
code
actor1 = creatething(actor_tpl, (a vector that I know works));
sometimes the template 3do appears but it doesn't do anything. Meaning its lifeless and not an actor.
I need to create an actor (almost identical to kyleactor in MOTS, except of course I don't have mots anyway eheh)
HELP!!
If you can e-mail me that would be even better too