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 .
×

Shift Z macro

1481681885

Edited 1481681935
I am trying to determine if it is possible to utilize the function of Shift Z in a macro - I have a rollable table of images that I want be able to link to scripted actions - and beyond that if it is possible to direct the enlarged graphic to specific players?
1481686196
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Shift Z itself is not usable, but Aaron made a script a bit ago to sort of replicate it with the API. As for directing it to specific players, that wouldn't be possible with either of those. The best thing I can think of to direct it to players would be to use Recursive Tables to expand the table entries of rollable tables. Instead of setting each table entry to have an image, you'd change the text value of the table entry to be: [Text, doesn't matter, won't be displayed](imageURL#.jpg or .png). Recursive tables will expand the result of the inline table roll so that it becomes text and then the chat parser will do the rest. <a href="https://app.roll20.net/forum/post/2845333/script-recursivetables-expands-inline-rolls-in-rollable-table-results" rel="nofollow">https://app.roll20.net/forum/post/2845333/script-recursivetables-expands-inline-rolls-in-rollable-table-results</a>