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).
