Page 1 of 1

Custom Quest Condition and Tags

Posted: Mon Aug 05, 2024 10:09 am
by random
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.

Re: Custom Quest Condition and Tags

Posted: Mon Aug 05, 2024 10:37 am
by Tony Li
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.

Re: Custom Quest Condition and Tags

Posted: Mon Aug 05, 2024 3:30 pm
by random
Works great, thanks Tony!

Re: Custom Quest Condition and Tags

Posted: Mon Aug 05, 2024 8:27 pm
by Tony Li
Happy to help!