Posted by Pele on June 28, 1998 at 00:05:01:
In Reply to: New skins posted by Logan Saj on June 27, 1998 at 18:41:14:
Do you mean in JED, or in the game itself?
In JED (and maybe the game) just try editing the walkplayer template.
Or write a cog like this:
symbols
model mdl=ky.3do
message startup
end
code
startup:
sleep(.6);
SetThingModel(GetLocalPlayerThing(), mdl);
Return;
end
Good Luck.
--Pele