View Single Post
  #11  
Old 09-07-2007, 05:16 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Googi View Post
No. First, try disabling or deleting the female-setting NPC to see whether or not the problem is that both are executing. Also, post the code that's being triggered.
His problem is that hes executing code when onMouseDown() is triggered without actually checking where the mouse is clicking, so both NPCs run when the mouse is clicked anywhere rather than checking if the mouse clicked on them.

onMouseDown() is called on all objects on the clientside whenever the mouse button is clicked regardless of where.
__________________
Reply With Quote