Downloads containing mlprice-extra.j2as

Downloads
Name Author Game Mode Rating
JJ2+ Only: The Price of AdmissionFeatured Download cooba Capture the flag 8.7 Download file

File preview

void onMain() {
	switch (jjGameTicks) {
		case 1:
			jjAlert("|This is not a functional level!");
			jjAlert("|Cycling to mlprice in 3...");
			break;
		case 71:
			jjAlert("|2...");
			break;
		case 141:
			jjAlert("|1...");
			break;
		case 211:
			if (jjIsServer) jjChat("/c mlprice");
			break;
	}
}