View Single Post
  #10  
Old 06-19-2002, 06:59 AM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
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.
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote