Downloads containing Cloudy Challenge Course.j2as

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: Cloudy Challenge Course jjturbo9 Single player N/A Download file

File preview

const bool MLLESetupSuccessful = MLLE::Setup(); ///@MLLE-Generated
#include "MLLE-Include-1.7.asc" ///@MLLE-Generated
#pragma require "Cloudy Challenge Course-MLLE-Data-2.j2l" ///@MLLE-Generated
#pragma require "Cloudy Challenge Course-MLLE-Data-1.j2l" ///@MLLE-Generated
#pragma require "Cloudy Challenge Course.j2l" ///@MLLE-Generated

//Death on tile if you put a text-event (id100, AS enabled)
void onFunction100(jjPLAYER@ player) {
    player.hurt(player.health); // roasted
}


void onLevelBegin() {
	MLLE::SpawnOffgrids();
}

void onLevelReload() {
	MLLE::SpawnOffgridsLocal();
}

//Give tuf turtle 2 hp
void onLevelLoad() {
  jjObjectPresets[OBJECT::TUFTURT].energy = 2;
}