turn status messages off
no, there's no way to turn off the immobilization counter at all. Doing that would require the source code which we don't have and probably never will. Sorry.
Just add "plus.practice(True)" to SuperArenas's Activate method. You'll be modifying "Arenas/__init__.py". If you only want it to affect a single arena, add it to that arena's Activate method.
Quote from: Trovaner on November 22, 2013, 01:34:39 PMJust add "plus.practice(True)" to SuperArenas's Activate method. You'll be modifying "Arenas/__init__.py". If you only want it to affect a single arena, add it to that arena's Activate method. Interesting, I might try this. Does this also mean the AI will not leave you to be counted out? Thanks Trov :)