enum Sounds
{
one = 11803, // Power of the Horde
two = 9801, // Silvermoon City
three = 5234, // Horde Tavern
four = 11810, // Dwarf Music
five = 2532, // Stormwind City
six = 4516 // Alliance Tavern
};
#define GOSSIP_ITEM_1 "I would like to play a song server-wide!" // Gamemasters only option
#define GOSSIP_ITEM_2 "I would like to play a song."
#define GOSSIP_ITEM_3 "I'm not interested"
if (security > SEC_PLAYER) // Checks to see if player is GM or not, if he is, below option is added.
player->ADD_GOSSIP_ITEM(GOSSIP_ICON_TALK, GOSSIP_ITEM_1, GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF+1);