Get Current QUEST name in Conversation
Posted: Sat Jan 21, 2023 8:35 am
Attempting to get the current Quest Name to use in my Dialogue. More specifically in Variable["Alert"] =
I am a new user but have a basic understanding of the lua stuff. I was able to use:
[lua(Actor[Variable["ConversantIndex"]].Name)] to return the "Current Speaker" name in my dialogue/conversations which seemed simple enough.
However, I am having issues with attempting to retrieving the "Current" Quest name the same way.
[lua(Quest["Orc_Hunter"].Name)] returns the name obviously but was wondering if "Current Quest Name" already had something built into the Dialogue System.
Does something exist for "(Quest[Variable[ " to return current Quest fields or do I need to create and add/register them?
Thanks for your support.
I am a new user but have a basic understanding of the lua stuff. I was able to use:
[lua(Actor[Variable["ConversantIndex"]].Name)] to return the "Current Speaker" name in my dialogue/conversations which seemed simple enough.
However, I am having issues with attempting to retrieving the "Current" Quest name the same way.
[lua(Quest["Orc_Hunter"].Name)] returns the name obviously but was wondering if "Current Quest Name" already had something built into the Dialogue System.
Does something exist for "(Quest[Variable[ " to return current Quest fields or do I need to create and add/register them?
Thanks for your support.