Name | Author | Game Mode | Rating | |||||
---|---|---|---|---|---|---|---|---|
Renewed Inspirations | Xtreme Level Makers | Multiple | 9.3 |
array<bool> playerStart(4, false);
void onLevelLoad() {
jjWeapons[WEAPON::SEEKER].maximum = 25;
}
void onLevelBegin() {
if (jjIsServer) jjChat("/tntdamage 1");
}
void onPlayer(jjPLAYER@ play) {
if (jjEventGet(play.xPos/32, play.yPos/32) == AREA::JAZZSTART && play.health > 0 && !playerStart[play.localPlayerID]) {
playerStart[play.localPlayerID] = true;
play.timerStart(15*70);
jjAlert("Choose your ammo.");
}
if (play.health == 0) playerStart[play.localPlayerID] = false;
}
void onPlayerTimerEnd(jjPLAYER@ play) {
play.warpToID(2);
}
void onFunction0(jjPLAYER@ play) {
play.timerStop();
}
Jazz2Online © 1999-INFINITY (Site Credits). We have a Privacy Policy. Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats.
Eat your lima beans, Johnny.