
Hey all. I'm attempting to write an easy macro that does the following: - Hit the macro - Prompt for skill name - Pulls skill name from abilities list - Performs a roll Example > Click Macro > Input: Jump > Imports "5" from the ability list for "Jump" > Rolls a D20+5 Example Output: Skill Name: Jump Roll: 25 Pseudo Code: (Not working) (Assuming there is an ability named "Test" in the abilities list) Skill Name: ?{Skill Name|0} Roll: [[1d20+@{?{Skill Name|0}}]] Suggestions?