This script won't putty monsters at all.
The puttying is done by your CCS and betweenBattleScript. FTF putties the monster, but it then requires BBB to use the putty. Get Best Between Battle here.
Also, is there a way to code in the use of the Fax machine?
Mafia does not have a CLI or ASH command to use faxbot.
import "bounty.ash";
monster [ int ] bounty_monsters()
{
monster [ int ] bounty_monsters;
rebountify( "bhh.php" );
if ( count( bopts ) > 1 )
{
print( "You are not on a bounty yet.", "red" );
return bounty_monsters;
}
foreach i, mon in bounty[ bopts[ 0 ] ].where.get_monsters()
if ( item_drops( mon ) contains bopts[ 0 ] )
bounty_monsters[ count( bounty_monsters ) ] = mon;
return bounty_monsters;
}
foreach i, mon in bounty_monsters() print( mon );