x-32-f autofight script

Pazleysox

Member
Please excuse my ignorance if this is available somewhere, but I can't find it anywhere I've looked.

Is there a script, or built-in-way to fight the snowmen?
 

Bale

Minion
Here

Code:
void snojo() {
	if(to_boolean(get_property("snojoAvailable")) && get_property("_snojoFreeFights").to_int() < 10) {
		if(get_property("snojoSetting") == "NONE")
			visit_url("place.php?whichplace=snojo&action=snojo_controller");
		while(get_property("_snojoFreeFights").to_int() < 10)
			adv1($location[The X-32-F Combat Training Snowman], -1, "");
	}
}
 
Top