Downloads containing ab22ctf15-extra.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Anniversary Bash 22 levels Jazz2Online Multiple N/A 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 ab22ctf15");
			break;
	}
}