Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the trainer's greeting text.

greetingText = GetTrainerGreetingText()

Returns
greetingText
string : The trainers greeting text

Example

Prints the trainers greeting text in the chatwindow

ChatFrame1:AddMessage(GetTrainerGreetingText());
Advertisement