I am modelling a game on pest monitoring using Netlogo hubnet. The model takes the form of a simulator where specialized agents evolve in an environment in search of pest outbreaks. The clients (players of my game) make decision with the few environmental informations they have.
I would like to hide some information to the clients (agents or patches information that won't appear in their view) while still being able to observe them on my own view. For instance, I would like to make plant-agents or rain-agents to appear but only on my view.
The display doesn't help since it is an observer primitive. Using the hide-turtle with hubnet-send don't work neither cause it hides agents on my view as well.
Any ideas? Is that even doable on Netlogo hubnet?