Search found 3 matches

by Sellsword
Mon Jul 27, 2020 8:13 pm
Forum: Dialogue System for Unity
Topic: Valid dialogue option not showing
Replies: 3
Views: 486

Re: Valid dialogue option not showing

Tony,

Thanks, and trying '...' is exactly what let me to realize my mistake! I overlooked it the first time around.
by Sellsword
Mon Jul 27, 2020 8:00 pm
Forum: Dialogue System for Unity
Topic: Valid dialogue option not showing
Replies: 3
Views: 486

Re: Valid dialogue option not showing

Looks like this was actually an easy fix. In case anyone has this issue, the mistake I made was not calling it a Variable in the Conditions field. So the correct string for me was "Variable["Currency"] >= 3" which enabled it to function properly. EDIT: Also, because game covers m...
by Sellsword
Mon Jul 27, 2020 6:09 pm
Forum: Dialogue System for Unity
Topic: Valid dialogue option not showing
Replies: 3
Views: 486

Valid dialogue option not showing

Hi, First off - thank you so much for this wonderful tool, and your incredible support of your product. It's incredibly useful and got me past a huge logjam in my designing. I'm working on a 'Choose Your Own Adventure' style project with mostly simple dialogue trees, and I'm working to add a feature...