Hi Tony!
I'm wondering if it's possible to use tags in the Custom Quest Condition parameters. In my experiments they come through blank.
Custom Quest Condition and Tags
Re: Custom Quest Condition and Tags
Hi,
You can use QuestMachineTags.ReplaceTags() on a string or StringField to get a string in which {tags} have been replaced by their runtime values.
You can use QuestMachineTags.ReplaceTags() on a string or StringField to get a string in which {tags} have been replaced by their runtime values.
Re: Custom Quest Condition and Tags
Works great, thanks Tony!
Re: Custom Quest Condition and Tags
Happy to help!