I want to make one of my decisions not show up if you have traitname.
Is this proper syntax for decisions?
Code:potential = { NOT = { trait = traitname } } allow = { NOT = { trait = traitname } }
Do I need potential and allow, or is potential enough?
You only need it in potential, unless you want the player to know about it as something he should actively try to obtain in order to take the decision.