Is it possible to make icon visible only for the owner and that other players wuld not see that icon. Ty
| |
#2 Feb 19 2012, 1:55 pm
|
||
Another method could be to create a class of objects that are visible only to certain users.
This is a clear example of where it would be nice for BYOND to have strict accessor and mutator methods for directly-changing variables. Alas, it doesn't, so this is the closest I can get that is also fairly general. Just make sure to use Move() to move the object. | ||
#3 Feb 19 2012, 1:57 pm
|
|
Thank you so much.
| |
#4 Feb 20 2012, 6:31 am
|
||
LaNuiit wrote:
Is it possible to make icon visible only for the owner and that other players wuld not see that icon. Ty You could use the Overlays library. You can attach an overlay to a mob and make only that mob able to see it:
| ||
You can also use: