
So for the Ranged option, I'm able to have the button output as a GM whisper properly.
However, for the nested Yes/No options under Shortsword (for the Melee option), it will only output:
/w gm value1A
...instead of outputting value1A as a GM whisper. I've tried replacing the / with / but no changes occur.
This is my code:
?{Melee or Ranged| Melee, ?{Shortsword| Yes,/w gm value1A | No, value1B } | Ranged,/w gm [Heavy Crossbow](!
#veteran-heavycrossbow ) }
Sidenote: I would like to have multiple buttons appear depending on the Yes/No selection, if anyone has thoughts on that as well. For example:
Yes: Whisper GM with [Longsword](!
#veteran-longsword-one ) [Shortsword](!
#veteran-shortsword )
No: Whisper GM with [Longsword](!
#veteran-longsword-two )