I'm new to roll 20 macros, but was hoping to make it easier for my players to roll loot.
Currently, I have a big, multi pag, excel worksheet with different categories of items. When my players are rolling for loot it goes something like this:
"ok, roll d100"
"25... cool, that's a mundane item... now roll a d13"
"3... nice, that's a tool... now roll a d20"
"11.... nice you got some Mason's tools"
its fine, but requires a lot of back and forth and a lot of rolling.
Is it possible to automate this process?
Here is an example demonstrating what i'd hope to achieve using language I'm familiar with.... but I know if/then statements are not possible.
/roll d100
if result = 1-30 = /roll d13
if result = 31-40 = /roll d7
if result = 41-50 = /roll d4
if result = 51-60 = /roll d3
if result = 61-72 = /roll d6
....etc
of course, ideally also building in a second layer (though maybe this is asking too much)... if for example the d100 result =1-30, and the macro then automatically rolled a d13 then it would proceed
if result = 1 = /roll d6
if result = 2 = /roll d12
...etc
Please let me know if I need to clarify anything or if this is just flat-out impossible.
Thank y'all for any feedback ;)