Returns a hyperlink for an item related to the selected quest in the quest log
See also Quest functions, Hyperlink functions.
Signature:
GetQuestLogItemLink("itemType",
index)
Arguments:
itemType
- Token identifying one of the possible sets of items (string
)choice
- Items from which the player may choose a rewardreward
- Items always given as reward for the quest
index
- Index of an item in the set (between 1 andGetNumQuestLogChoices()
orGetNumQuestLogRewards()
, according toitemType
) (number
)