Annoying problem
I'm working on a plugin where I have several systems with message buoy strings (the ones that appear at the bottom of the screen when you first jump into the system). Anyway, when a certain mission bit is set, the system changes governments. This is done by having the first version of the system appear when the mission bit is not set and the other version of the system visible when it is set. The second system does not have a message string (the message buoy field is set to -1). The system change occurs as planned, but the new system still displays the old message string when I jump in. I can't make it go away. I even tried having a message string with nothing in it or a space in it and the old one still appeared. Is this a bug in the engine or does someone know of a way to fix this?