BatBrain speculates every combat round anyway.
boolean send(string player, item it) {
vprint("Trying to send "+to_string(it)+" to "+player,6);
if (item_amount(it) > 0) {
int [item] stuff;
stuff[it] = 1;
if (!kmail(player, message,0,stuff))
vprint("Unable to send "+to_string(it)+" to "+player,4);
}
Return TRUE;
}
($strings[choiceadv, pirate insult, arena flyer ml] contains cond)
($strings[choiceadv, autostop, pirate insult, arena flyer ml] contains cond)