Thread: Help..
View Single Post
  #1  
Old 01-12-2003, 04:48 AM
RTelvecho RTelvecho is offline
Banned
RTelvecho's Avatar
Join Date: Oct 2002
Location: Toronto, Ontario, Canada
Posts: 807
RTelvecho is on a distinguished road
Send a message via AIM to RTelvecho
Unhappy Help..

Ok umm im working on something and I want to display a npc which looks like me (using show img). I am wondering how I could change the belt color... example:

NPC Code:

if (created) {
showimg 1,#8,x,y;
changeimgpart 1,64,0,32,32;
}


I tried showani... Im sure theres another way, I just have the wrong one (i think).
Reply With Quote