/mmrolelist
Tells you what roles everyone is. I suggest using it when someone is RDMed and you can do it before the round ends.
/mmkilllist
Tells you the role of all players and who they killed/succumbed to. It's also useful in RDM cases.
Note that at the end of every Mafia Madness round, the kill list is shown to everyone.
EVAL:
$DefaultMinigame.stopMM();
Stop Mafia Madness. End the round immediately.
$MMGamemode = NUMBER; (I think that's right.)
Sets the Mafia Madness gamemode. Gamemode 1 is Classic mode (No roles.), 2 is Fingerprinters and Abductors, 3 is Paranoid Cops, Cops and Ventriloquists, 4 is all Mafia can abduct, 5 is all Mafia can use Godfather chat, 6 is all roles EXCEPT Devil.
$findclientbyname("Setro").role = "C";
Makes you the Crazy. It's better if you do it in the console so it's not a huge give-away.
WARNING: You will NOT appear in the Mafia list and you must respawn yourself in order to get your knife and become the Crazy.
Change the letter to become a different role.
$findclientbyname("Setro").isMafia(1);
Makes you a Mafia Member. Set it to 0 to become non-mafia.
I don't know whether or not if it makes you appear in the list, but it does work.
I THINK it adds you to the /maflist, but I'm not 100% sure. You do the testing.