Thread: Mouseover..
View Single Post
  #8  
Old 05-08-2004, 07:41 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally Posted by R0bin
NPC Code:

NPC Code:

if (created||timeout) {
this.npc=testnpc(mousex,mousey);
if (this.npc>-1) {
showtext -10,npcs[this.npc].x+1.5,npcs[this.npc].y-1,,c,#v(this.npc);
} else hideimg -10;
timeout=0.05;
}



What's the point of negative indexes? I have noticed that you use negative indexs often.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote