Downloads containing Simple San Level Template.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 "Simple San Level Template-MLLE-Data-1.j2l" ///@MLLE-Generated
#pragma require "Simple San Level Template.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();
}