Search found 1 match

by EdgesAndSkillchecks
Tue May 03, 2022 3:41 pm
Forum: Technical Support
Topic: [EOS HELP] How do I make certain choices only visible to certain classes?
Replies: 1
Views: 815

[EOS HELP] How do I make certain choices only visible to certain classes?

Hey,

I'm currently working on a DnD clone with the eos editor and want some dialogue options to only be available if you have chosen the fitting class.

Classes are coded as values (e.g. if you create a rogue the variable 'rogue' goes from 0 to 1.)
So I'd need something like 'if rogue>0, then show ...