Posted by fiXXXer on February 01, 1998 at 08:29:49:
In Reply to: Setting the players 3do posted by Raptor [JiB] on February 01, 1998 at 07:28:32:
> 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