Returns whether a quest available from the current Quest NPC is trivial at the player's level. Only returns valid information after a QUEST_GREETING
event. Used in the default UI to display "(low level)" when listing the quest.
Note: Most quest NPCs present available quests using the GetGossipAvailableQuests()
instead of this function.
See also Quest functions.
Signature:
trivial
=
IsAvailableQuestTrivial(index)
Arguments:
index
- Index of a quest available from the current Quest NPC (between 1 andGetNumAvailableQuests()
) (number
)
Returns:
trivial
- 1 if the quest is trivial at the player's level; otherwise nil (1nil
)