so i have a 317 pi old source im trying to learn on and for some reason its not working so in my curse notepad i have in clicking buttons to click button activate prayer and in there i have this code but isnt working
headIcon = true;
for(int p = 6; p < 19; p++) {
if(i != p && p != 10 && p != 11 && p != 10 && p != 12 && p != 13 && p != 14 && p != 15 && p != 16) {
c.curseActive[p] = false;
c.getPA().sendFrame36(c.CURSE_GLOW[p], 0);
}
}
break;