Thread Tools Display Modes
Prev Previous Post   Next Post Next
01/04/24, 08:31 PM   #1
robert.labrie
AddOn Author - Click to view addons
Join Date: Dec 2021
Posts: 17
using GetJounalQuestInfo()

I'm trying to get where I am in a given quest flow via activeStepText from GetJournalQuestInfo


Code:
     local count = GetNumJournalQuests()
     for i = 1, count do
        local name = GetJournalQuestName(i)
        local questName, backgroundText, activeStepText, activeStepType, activeStepTrackerOverrideText, completed, tracked, questLevel, pushed, questType,_ = GetJounalQuestInfo(i)
        -- do other relevant stuff here
     end
It keeps throwing "function expected instead of nil"

I won't pretend to be a Lua expert but I don't see any blatant syntax errors any help would be welome
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » using GetJounalQuestInfo()


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off