5 lines
350 B
Lua
5 lines
350 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string greetingText
|
|
---Returns the greeting text displayed for quest NPCs with multiple quests. Not used often; most quest NPCs offering multiple quests (and/or other options) use the Gossip functions to provide a greeting (see GetGossipText()).
|
|
function GetGreetingText() end |