I am trying to create a scenario where the boss chooses a random attack from 1-3 but I can't seem to figure out the code using getRandomNumber is leading me the right way but I cant get past that
// 0;
// 1;
;
int randomNumber = Greenfoot.getRandomNumber(2);
if (randomNumber == 1)