
Hey folks, this is my first post. So excited :-) Anyway, I have a question concerning selection. I am trying to nest the hell out of the system but I've come to a point were I fail. What do I want? I want an Emote, using /em with an inline dice roll (using Savage Worlds mechanics). That is easy so far but I want to give the player the opportunity to select the appropriate skill first. What I tried so far: /em rolls a skill and receives [[1d?{Skill|Stealth,@{Stealth}|Climbing,@{Climbing}|Notice,@{Notice}}!]]. This works good so far, and even the wild card variation /em rolls a skill and receives [[{1d?{Skill|Stealth,@{Stealth}|Climbing,@{Climbing}|Notice,@{Notice}}!,1d6!}k1]]. works great. It lacks, however, which Skill was actually rolled and I fail to find a method to make it work. I tried to use variables: /em rolls ?{Skill|Stealth|Climbing|Notice} and receives [[1d@{?{Skill}}!]] I tried to use Abilities (each Skill has its own Ability) %{GenericOrc|?{Skill|Stealth|Climbing|Notice}} I tried some combinations of this and even tried to use macros but I had no success yet. Has anyone an idea, how I might approach my problem to receive the name of the skill as well as the roll? Thanks in advance! I would really appreciate some feedback or further sources where I can find examples on how to work with the roll20 engine besides the wiki.