Mutiny Community Version 4.4 Dev Notes - 2022-11-14 Two related changes, both to Mutant Basic: The first is save-states. This is a way that your Mutant Basic program data can be much more easily saved and loaded to your SQL database without having to write any sql queries (or even be familiar with the language) The second is using Mutant Basic as a scripting language to write "bots" that can be used in chat channels. The details of both of these features will be described in the Mutant Basic programmer's reference guide at mutinybbs.com/mtbasic (when I get time to update it) In the meantime play around with my proof-of-concept bot, guessbot. You can do this by typing (in chat) "/guessbot n" where n is a number between 1 and 100. .