View Single Post
  #10  
Old 01-26-2005, 06:56 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by Evil_Trunks
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;
  
setcharani idle,;

Serverside or clientside?
Reply With Quote