Code:
//Achievement tab
addText(29295, "@[email protected]!HOLIDAY EVENTS!", 0xFF981F, false, true, -1, TDA, 2);
addHoverText(29296, "New Years Day", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29297, "Valentine's Day", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29298, "Easter", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29299, "St. Patrick's Day", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29300, "Halloween", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29301, "Veteran's Day", "", TDA, 0, 0xFF981F, false, true, 150);
addHoverText(29302, "Thanksgiving Day", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29303, "Christmas", " ", TDA, 0, 0xff0000, false, true, 150);
addText(29304, "@[email protected]'S QUESTS", 0xFF981F, false, true, -1, TDA, 2);
addHoverText(29305, "Wilderness can be Dangerous", "", TDA, 0, 0xFF981F, false, true, 150);
addHoverText(29306, "Grim Reaper's Revenge", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29307, "Underneath a Rock", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29308, "Spider's Revenge", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29309, "Lure's Pride", " ", TDA, 0, 0xff0000, false, true, 150);
addText(29310, "@[email protected]'S QUESTS", 0xFF981F, false, true, -1, TDA, 2);
addHoverText(29311, "Become Legit Player", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29312, "Become Legit Donor", " ", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29313, "Become Legit Staff", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29314, "Become Legit Veteran", "", TDA, 0, 0xff0000, false, true, 150);
} catch(Exception e){
I need to make it where when I click them, they open up with the Quest Details Interface.