Name | Author | Game Mode | Rating | |||||
---|---|---|---|---|---|---|---|---|
Ancient Museum | FireSworD | Capture the flag | 8.7 | |||||
Ancient Museum | FireSworD | Capture the flag | 8.7 |
/* Carrots cannot be buried in the ground with toaster 1.0, by PurpleJazz
http://www.jazz2online.com/snippets/100/carrots-cannot-be-buried-in-the-ground-with-toaster/ */
void onLevelLoad() {
jjUseLayer8Speeds = true;
jjObjectPresets[OBJECT::FULLENERGY].behavior = CantBeBuried;
}
void CantBeBuried(jjOBJ@ obj) {
obj.behave(BEHAVIOR::PICKUP);
if (jjMaskedPixel(obj.xPos, obj.yPos + 8)) {
obj.state = STATE::FLOAT;
}
}
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.