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 reward
    • reward - Items always given as reward for the quest

  • index - Index of an item in the set (between 1 and GetNumQuestLogChoices() or GetNumQuestLogRewards(), according to itemType) (number)