WoW:API GetTrainerGreetingText

Revision as of 05:51, 4 January 2006 by WoWWiki>Muert
GetTradeSkillSelectionIndex -Documentation by Xharze-

Returns the trainer greeting text.

GetTrainerGreetingText();

Arguments
none

Returns
String greetingText
greetingText
The trainers greeting text

Example

Prints the trainers greeting text in the chatwindow

ChatFrame1:AddMessage(GetTrainerGreetingText());



Template:WoW API