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 .
×
May your rolls be merry + bright! 🎄
Create a free account

Question about if macro

1469066804

Edited 1469066823
is there a way to say make a macro put one specific emote in the chat on a dice roll and another specific macro on another dice roll? example: on  a 1 /em something terrible, on a 20 /em something awesome
1469069893

Edited 1469070354
vÍnce
Pro
Sheet Author
I'm not sure if you can nest an emote within a rollable table, but that's a good way to show text based on a roll. (quick check: rollable table seems to just display the plain text. sadly, no macro commands. &nbsp;might be nice suggestion though...) <a href="https://wiki.roll20.net/Card_Decks_and_Rollable_Tables#Rollable_Tables" rel="nofollow">https://wiki.roll20.net/Card_Decks_and_Rollable_Tables#Rollable_Tables</a>
ok i'll give it a try thankyou
1469083997

Edited 1469084050
Andrew R.
Pro
Sheet Author
I think you can do it with the PowerCards API script.&nbsp;
1469084001

Edited 1469084041
Lithl
Pro
Sheet Author
API Scripter
However, you can put a rollable table roll into an inline roll within an /em command. Something like: /em [[1t[emote-table]]] Then you could, for example have weight=1 "something terrible", weight=1 "something awesome", and weight=18 "something neither terrible nor awesome". The emote text will be highlighted with the bright yellow inline roll color, though. It also wouldn't let you match up the emote result with an attack roll, for example.
1469091587
Finderski
Plus
Sheet Author
Compendium Curator
Or, if it's just a d20 that your creating you could name the rollable table something like newd20 and set up the table to there are 20 entries, each with the weight = 1, and each name containing the number + any special description you want. Then instead of rolling a d20, you do like Brian suggested: /em [[1t[newd20]]]
1469105400
vÍnce
Pro
Sheet Author
Nice solutions. &nbsp;That's getting added into my bag-o-tricks. &nbsp;Thanks