View Single Post
  #33  
Old 02-03-2004, 05:34 AM
-Ramirez- -Ramirez- is offline
Registered User
Join Date: Jun 2002
Location: USA, Ohio
Posts: 729
-Ramirez- has a spectacular aura about-Ramirez- has a spectacular aura about
Stefan, here's something for you to fix, since you say we should do it serverside.

Try putting this in a new NPC:
NPC Code:

if (created) {
showcharacter;
setcharprop #3,head0.png;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #2,shield1.png;
shieldpower = 1;
dir = 2;
}



When you enter the level, you'll notice it has red and black for its outfit. It doesn't use the colors specified. At least... this is what happens on Classic Dev.
__________________
Kat
Reply With Quote