
01-22-2005, 12:07 AM
|
dark overlord
|
 |
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
|
|
Quote:
Originally Posted by Evil_Trunks
This is a semi related improvement:
When you create a showcharacter using the default colors, it changes it to a funny red looking guy instead.
PHP Code:
if (created) {
showcharacter;
setcharprop #3,head0.png;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #1,sword1.png;
setcharprop #2,shield1.png;
setcharprop #8,body.png;
shieldpower = 1;
swordpower = 1;
}
Is there some reason it changes the colors?
|
You need to set an animation? |
|
|