Posted by Raptor [JiB] on February 01, 1998 at 08:52:30:
In Reply to: Re: Setting the players 3do posted by fiXXXer on February 01, 1998 at 08:29:49:
> > I tried using SetModel(player, je.3do);
> > but it didn't work. Is there a different command or am I doing something wrong?
> the right thing to do was:
> symbols
> template newkyle=je.3do
> code
> SetThingModel(player, newkyle);
> got it?
> fiXXXer