ID:157063
 
Ok so i have an Invisible spell, in where you are invisible from people from who you are over 3 spaces away, but when you are no longer 3 spaces away from them, and come within their range, they can see you, but other people of which are not in your range can't see you.

Is there a way to do this?
image objects and overriding Move() to update what nearby players can see.
In response to Garthor
Garthor wrote:
image objects and overriding Move() to update what nearby players can see.
What if the guy who comes near and goes away more than 3 blocks?(since I haven't heard a way for reversing the image ouput).
In response to Soul Sign
To reverse the image output, you would remove the image from the client.images list.
In response to Garthor
Your a lifesaver again!
In response to Soul Sign
lol it seems Soul Sign is using my posts to solve his problems with images too. Anyways thanks Garthor
In response to Arcticblast
I am learning.