The problem with that feature (which is the same problem with many feature requests) is that there are many ways you might want it to work. If it's handled on the client the feature isn't extensible so you're stuck using the feature only how it's implemented. If you want it to work differently, you have to re-implement it yourself.
It's better for BYOND to provide a better means to implement it yourself than to provide one way the feature could work.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> some it makes more sense for users to implement themselves (like this one). I hope this isn't true, but it sounds like you think that every feature would be better handled by BYOND.
But won't it be slow to hide/show hundreds-thousands of images? It's would be much easier to work with as well as faster, if invisibility/visibility variable was BitFlag or even a list.