Getting Active Quest Entires

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
eeeli
Posts: 49
Joined: Tue Oct 05, 2021 4:54 pm

Getting Active Quest Entires

Post by eeeli »

Hi Tony,

I have a quick followup question from one of my previous threads. I'm rolling my own Quest Log View in my game, and I have a small question. How do I know how many quest entries a particular quest has. I feel like I must be missing a function under QuestLog, as I can see how to get individual quest entries and how to tell if that entry is active, but I'm looking to take any given quest, and then print out all the active entries it has, but I don't know how many entries that quest will have before hand.

Thanks so much!
eeeli
Posts: 49
Joined: Tue Oct 05, 2021 4:54 pm

Re: Getting Active Quest Entires

Post by eeeli »

Oops, my bad feel free to ignore this!

I was blanking and completely missed the GetQuestEntryCount()function the first couple times looking through. Sorry about that, I knew there must have been a simple solution and there was! Thanks any way :)
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Getting Active Quest Entires

Post by Tony Li »

Glad you found it! :-)
Post Reply