XML - removing diplo message "setting near lands"

Similiar answer to the question about notifications. The diplo messages are generated by the C++ code in the core DLL which are then displayed by the Lua. The diplo screen is already displayed before you can do anything in xml (to change the text displayed) or Lua (to change the responses). Without editing the C++ code, the best you could do would be to intercept the message in Lua and immediately dismiss the diplo screen.
 
Top Bottom