Downloads containing weaponMega.mut

Downloads
Name Author Game Mode Rating
JJ2+ Only: Weapon MegaFeatured Download Violet CLM Mutator 8.7 Download file

File preview

#pragma name "Weapon Mega: ALL"
#include "weaponMega1.mut"
#include "weaponMega2.mut"
#include "weaponMega3.mut"
#include "weaponMega4.mut"
#include "weaponMega5.mut"
#include "weaponMega6.mut"
#include "weaponMega7.mut"
#include "weaponMega8.mut"
#include "weaponMega9.mut"

void onLevelBegin() {
	if (jjIsServer) {
		for (int i = 1; i <= 9; ++i)
			jjChat("/mutators weaponMega" + i + ".mut off");
		for (int i = 0; i < 8; ++i)
			jjAlert(""); //move commands out of onscreen chatlog
	}
}