Posted by palithius on September 19, 1998 at 09:44:12:
In Reply to: Re: Template Help! Urgenet, need Info to continue TC posted by JM on September 19, 1998 at 09:33:57:
:
: :
: : 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
: geez, base the template off of one of the enemies. And, jkrpg will kick yer rpg engine to little bits.
I already did that!!!!! And it doesn't work.
And JkRpg isn't doing an Rpg Battle Engine. I contacted them long ago.
I did this
template actor1=reeyeesfist (and a bunch of other enemies)
and when I tried to create the object it didn't work.