..oo madAutoChat oo..

by tao|Mad Monk

#props MeBaD

- features -

1) auto announce destruction of generators, v-pads, base turrets
2) auto announce repair of generators, v-pads, base turrets (on complete repair)
3) auto announce death
4) auto announce on repair of objects (only info available is map name of object)
5) auto announce flag grabs (with speed and rep kit status), call help
6) auto announce on death #deployable turrets and remote invs destroyed
7) options in prefs file to disable any or all of these

- instructions -

1) drop autochat.cs in base/scripts/autoexec
 

- prefs -

the following preferences are defined in base/prefs/madPrefs.cs:

	$madPref::autochat::flagGrab = true;  // announce message when you grab the flag
	$madPref::autochat::genBoom = true;  // announce when you destroy an enemy gen
	$madPref::autochat::genRep = true;  // announce when you complete repairs of a friendly gen
	$madPref::autochat::vPadBoom = true; // announce when you destroy an enemy v-pad
	$madPref::autochat::vPadRep = true;  // announce when you complete repairs of a friendly v-pad
	$madPref::autochat::turretBoom = true;  // announce when you destroy an enemy base turret
	$madPref::autochat::turretRep = true;  // announce when you complete repairs of a friendly base turret
	$madPref::autochat::announceRepairs = true;  // announce target while repairing
	$madPref::autochat::announceDeath = false;  // announce when you die
	$madPref::autochat::announceDeps = true;  // on death, announce #remote invs and #deployed turret you destroyed since last death

* note that some of these may be repetitive in classic