itemsTextArea.append("You pulled a 5-star item\n");
pullsSinceLast4Star = 0;
pullsSinceLast5Star = 0;
} else if (randomNumber <= 22) {
itemsTextArea.append("You pulled a 4-star item\n");
pullsSinceLast4Star = 0;
} else {
itemsTextArea.append("You pulled a 3-star item\n");
}
i want that the "you pulled a 5-star item" have a color just to him