Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
The developers are currently investigating an issue with logging in + accessing the VTT.
Create a free account

Wanting to create a D100 rollable table for random food items

I’m trying to figure out how to create a macro where my players can roll a d100 and have random food items that I created pop up in the chat. I’ve sorta done it before by creating an npc who was a “cook” and built an attack table and had the roll correspond to menu items. I was hoping to streamline the process and just have a rollable table this time instead. I hope this makes sense lol
If it’s just a straight roll from a table, then you would just need to create a rollable table (I’m naming this one ‘RandomFoods’) and populate it, then use a macro like this: /desc The cook offers you a [[1t[RandomFoods]]]!
Jarren said: If it’s just a straight roll from a table, then you would just need to create a rollable table (I’m naming this one ‘RandomFoods’) and populate it, then use a macro like this: /desc The cook offers you a [[1t[RandomFoods]]]! Hey this works great! Thank you!