Thread: Body script???
View Single Post
  #2  
Old 08-21-2001, 10:47 AM
Guest
Posts: n/a
Re: Body script???

Quote:
Originally posted by fuzie
Whats the body script for a npc character???? PLZ HELP

------Thanx--------
if (created) {
showcharacter;
setcharprop #3,head0.gif;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #n,I luv n00bs;
setcharprop #2,no-shield.gif;
shieldpower = 1;
dir = 2;
ap=100;
}
Reply With Quote