View Single Post
  #3  
Old 07-01-2002, 03:02 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
NPC Code:

if (keypressed&&!keydown(0)&&!keydown(1)&&!keydown(2) &&!keydown(3)) {
hideimg 0;
}



you can also code it to ignore asd...but you'd need keydown2 to do that, and i dont feel like typing that out, lol.

emotion icons are stored as image 0 (as said in newfeatures2002.txt ), so if you just hide it, then it should be good.
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

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