mob << image
Assuming that I want to create an image that multiple players can see, how would I go about removing the player's ability to see the image without destroying it? (Assuming of course, that the player can already see it to begin with due to the previous piece of code being called at some point.)
Or do I need to create a separate image for each player and destroy that when the right conditions are met?
If you want to remove it from the image list of the client (so the image stays where it is without changing loc but make people unable to see it), remove it from the client list:
With the above, you can do things that look for certain images to be present if you want to do something as well: