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 .
×
Create a free account

Macro Question Concerning Text Display Upon Value

Hey folks. Are there macro functions which could replicate the following formula... IF 1d6 result = 1 THEN display "Text" Or would I have to set up a rollable table and link the macro to that? Cheers. IanFW
1501938535
Pat S.
Forum Champion
Sheet Author
If then statements like that would probably require the use of the API which is a pro feature. You might have to create the rollable table with the 1 = "your text"  and the 2 through 6 being your numbers or what you want the rest to be, more than likely.
Thanks for the reply, Pat. I have managed to get a perfect solution using tables like you said. Cheers, IanFW
1501942805
Pat S.
Forum Champion
Sheet Author
Good to hear. Have fun and keep the dice rolling.