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