Quote:
Originally posted by Sparker3000
you can also show messages in fonts
showimg 1,@arial@message,x,y
|
uhh....are you even in the right topic here?
Yeah, if it's NPCs and you want to change their images..you could probably use a for statement (if you have NPC server)
for (i=0; i<npcscount-1; i++) {
with (npcs[i]) {setimg light4.png; setcoloreffect 0,1,0,.99;}
}
I think there is also a npcs[i].image tag, but dont hold that against me if their isnt.