I ran this script today, and pretty much every single monster came back with an error message: "Manuel says that 'Zombie Clown' (302) has unrecognized image", Manuel says that 'yakuza guard' (1311) has unrecognized image '', Manuel says that 'Tin of Submardines' (1855) has unrecognized image ", etc, etc, etc.
I presume this has something to do with TPTB moving things to the Cloud?
~Aramada
Yup. Try updating to a newer Mafia build. I'm using r16848 and I stopped getting that message.
since r17378;
...
static boolean [monster] blocked_monsters = $monsters[ blazing bat ];
...
boolean [monster] get_all_monsters()
{
boolean [monster] all_monsters = all_monsters_with_id();
// Remove monsters known not to be in manuel
foreach m in all_monsters {
if ( m.attributes.index_of( "NOMANUEL" ) != -1 ||
blocked_monsters contains m ) {
remove all_monsters[ m ];
}
}
return all_monsters;
}
Hey, lost. Can you talk to TPTB about making the blazing bat copyable?
Try replacing that with "Mr Skullhead's butt"