Returns a list of interaction options for the Gossip NPC


See also NPC "Gossip" Dialog functions.

Signature:

text, gossipType, ... = GetGossipOptions()

Returns:

  • text - Text to be displayed for the gossip option (string)

  • gossipType - Non-localized string indicating the type of gossip option (string)

    • Banker - Begin a Bank interaction
    • BattleMaster - Queue for a battleground instance
    • Binder - Set the player's Hearthstone location
    • Gossip - Talk to the NPC
    • Tabard - Begin a Tabard design interaction
    • Taxi - Begin a Taxi (flight master) interaction
    • Trainer - Begin a Trainer interaction
    • Vendor - Begin a Merchant interaction

  • ... - Additional text, gossipType values for each gossip option available (list)