Can faxbot
Function Syntax
boolean can_faxbot(monster mob )
- mob is the monster for which to check.
Checks to see if mob can be faxed by any of the faxbots known to KoLmafia which are currently online. If a given faxbot is not currently online, then their faxable monsters are not checked.
Code Samples
This will acquire a copy of a scary pirate if you can get one.
if( get_property("_photocopyUsed")=="false" && can_faxbot($monster[scary pirate]) )
faxbot($monster[scary pirate]);