Downloads containing bosschallenge9.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Hard boss challenge... SmokeNC Single player 5.6 Download file

File preview

void onFunction0(jjPLAYER@ player) {
       player.activateBoss();
      jjMusicLoad("cv4-cv1.xm");
}

void onLevelLoad() {
jjWeapons[WEAPON::BOUNCER].maximum = 5;//The thing that had always irritated me in JJ2
	jjWeapons[WEAPON::TOASTER].maximum = 5;//was that you can't collect more than 99 of ammo units.
	jjWeapons[WEAPON::TNT].maximum = 5;// Now ammo count is potentially unlimited.
	jjWeapons[WEAPON::RF].maximum = 5;//However it doesn't have any strong influence on gameplay, just for fun
	jjWeapons[WEAPON::SEEKER].maximum = 5;
	jjWeapons[WEAPON::GUN9].maximum = 9;
	jjWeapons[WEAPON::GUN8].maximum = 5;
	jjWeapons[WEAPON::ICE].maximum = 5;
}