so the title may be a bit confusing so lemme explain. I'm currently brewing up a homebrew race, which lets you pick multiple options at level 1 and level 5. Now, what I wanted to do is to disable an option if a player has choosen an opposed option. Example: Player can choose two options at level 1: A, B, C and D. Option A and Option B are not compatible with each other. So if a player chooses Option A, I want to disable him from picking Option B, only showing him option C and D.
I hope I explained it somewhat clearly, and further hope someone can help me with this.
That's not a thing you can do, unfortunately. The best you can do is write it as instructions in the text description, and then check afterwards that a player chose as you require.
Hello,
so the title may be a bit confusing so lemme explain. I'm currently brewing up a homebrew race, which lets you pick multiple options at level 1 and level 5.
Now, what I wanted to do is to disable an option if a player has choosen an opposed option. Example: Player can choose two options at level 1: A, B, C and D.
Option A and Option B are not compatible with each other. So if a player chooses Option A, I want to disable him from picking Option B, only showing him option C and D.
I hope I explained it somewhat clearly, and further hope someone can help me with this.
That's not a thing you can do, unfortunately. The best you can do is write it as instructions in the text description, and then check afterwards that a player chose as you require.
Birgit | Shifter | Sorcerer | Dragonlords
Shayone | Hobgoblin | Sorcerer | Netherdeep
Dang, that's too bad, but I already suspected that. Thanks for the quick answer, though!