Theraze
Active member
I think this would work as well, right?
Should do the same thing, but putting the whole macro together on one line instead. If my thinking is correct.
Code:
buffer spamact(string whattodo) {
return visit_url("fight.php?action=macro¯otext=mark mafiafinal\n"+whattodo+"\ngoto mafiafinal");
}
void main(int initround, monster foe, string page) {
page = spamact("if hascombatitem Divine Blowout;use Divine Blowout;endif;if hascombatitem Divine Noisemaker;use Divine Noisemaker;endif;if hascombatitem Divine Can of Silly String;use Divine Can of Silly String;endif;attack;");
}
Should do the same thing, but putting the whole macro together on one line instead. If my thinking is correct.