ID:166122
 
How to make something visible to one player? Not on screen, but overlay for monster which will be visible only for one player, or item on ground visible only to one player, help me out
Try looking up "screen var (client)" and "screen_loc var (movable atoms)" in the internal Dream Maker help (accessed by pressing F1 when it's open). It's possible to attach an image to an object/mob/turf so that it is only visible to the player who owns that screen.

- GunRunner
In response to GunRunner
GunRunner wrote:
Try looking up "screen var (client)" and "screen_loc var (movable atoms)" in the internal Dream Maker help (accessed by pressing F1 when it's open). It's possible to attach an image to an object/mob/turf so that it is only visible to the player who owns that screen.

- GunRunner

he said he didnt want it on screen o.O

http://developer.byond.com/hub/Kajika/Multi-PlayerChestDemo
try looknig at that, i think its what you want
You should use <code>/image</code> objects to archieve what you want. Check the reference for more information.