Hellooooooooo. For those of you who would like to have pre-battle messages along with the current post-battle messages, you can paste this into your battle scripts: Code (text): ({ onTierNotification: function (tier) { battle.battleMessage(battle.id, "hello"); } }) You can replace "hello" with whatever you'd like, such as "glhf", etc. Quotes are required. This will send a message as soon as the battle starts. If you have any questions, feel free to ask. Enjoy! ^_^ Edit: You can find more Battle Script Snippets on the wiki.
Maybe you can contribute it as a script snippet on the wiki: https://github.com/po-devs/pokemon-online/wiki/Scripts-Home (You need to create battle scripting section first)