Quote:
Originally posted by Dach
NPC Code:
if (mousex in |npcs[i].x,npcs[i].x+width(#f(i))| && mousey in |npcs[i].y,npcs[i].y+height(#f(i))|) {
message Don't point, it's rude!;
}else{message ;}
Bah, I know this isn't the whole script, but now you get the fun of finishing it! Whoop-diedoo...
|
isnt it imgwidth not width && imgheight not height?