Can faxbot
Jump to navigation
Jump to search
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. This does not check if the faxbot(s) are online.[1]
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]);
See Also