ID:272191
 
Here's the setup:

http://www.maj.com/gallery/RayJT9/Screenshots/ problem_screenshot.jpg

Here's the problem:

I want to be able to click the guy to the right and have him communicate with me, but I can't activate Click() because there's a mist object in the usr.client.screen. Is there any way to make it so that when you click it, it ignores the object (obj/fog) in the client's screen and calls Click() for the NPC (mob/greeter) behind it?

--Ray
Set the fog obj's mouse_opacity to 0.
In response to Shadowdarke
Ah, fantastic! Been here since 2001 and I'm still learning new things.

Thanks, SD.

--Ray