Downloads containing 2nd lvl of 2025.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Diam Mountain duo-pack... jjturbo9 Single player 5.6 Download file

File preview

// Reduce player to 1 HP on the tile
void onFunction104(jjPLAYER@ player) {
        player.health = 1;
		player.invincibility = 0;
}