Downloads containing am06.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: THE COOLEST COOP LEVELS #1 Killer NC Single player 7.9 Download file

File preview

void onPlayerTimerEnd(jjPLAYER@ play) { play.kill(); }

void onFunction0(jjPLAYER@ play) {
	if (play.timerState == TIMER::STOPPED) {
		play.activateBoss();
		jjMusicLoad("boss.j2b");
		play.timerStart(70*60*2);
		play.showText(1,1);
		play.fly = FLIGHT::AIRBOARD;
	}
}