ID:271037
 
i need help making a spectator verb because i am making a battle areana and most of the audience cant see the battle, so i want the audience memebers to be able to see the battle with specatator verb. But i want them to specatate only in a definete space, i dont want them spying on other things.
Look up client.eye. Keep in mind this will not allow you to "eavesdrop" on players: view() (etc.) will NOT return any lurking eyes nearby. If you want to fully simulate this, you should mess with client.mob and switch mobs mid-game. You could make a spectator mob to switch to and then set it's location. As long as the mob isn't dense and has no icon, it should provide the same feel of spectating with the ability to use view() and the such to broadcast battle text and the likes.
In response to Android Data
could you give an example?
In response to Max Omega