Name | Author | Game Mode | Rating | |||||
---|---|---|---|---|---|---|---|---|
Anniversary Bash 25 Battle | Jazz2Online | Battle | N/A | |||||
Anniversary Bash 16 Levels | Jazz2Online | Multiple | N/A | |||||
(battle1)/2 | minmay | Battle | 7 |
array<int> localXPos = {-1,-1,-1,-1};
array<int> localYPos = {-1,-1,-1,-1};
void onPlayer() {
if (localXPos[p.localPlayerID] == -1) {
localXPos[p.localPlayerID] = p.xPos;
localYPos[p.localPlayerID] = p.yPos;
} else {
if (p.warpID == 0) p.offsetPosition(-(p.xPos - localXPos[p.localPlayerID]) / 2,-(p.yPos - localYPos[p.localPlayerID]) / 2);
localXPos[p.localPlayerID] = p.xPos;
localYPos[p.localPlayerID] = p.yPos;
}
}
void onLevelLoad() {
jjLayerHasTiles[4] = false;
}
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.