How do I get a brick plant error to display to a specific client?
Before you ask, I did trace. I found two things: clientCmdServerMessage(22 MsgPlantError_Float) and handlePlantError(same argument)
I tried handlePlantError("22 MsgPlantError_Float") first. It did the right thing, but it sent the plant error to all of the connected clients. I then tried clientCmdServerMessage("22 MsgPlantError_Float") and then commandToClient(%client,"ServerMessage","22 MsgPlantError_Float"), neither did anything that I could see.
Could someone that actually knows about this tell me what to do?