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

nested abilities calling but not outputting

simple-matrix-search &{template:default} {{name=simple matrix search}}{{ [[{?{computer skill|8}d6!!}>?{simple search TG with up to +6 mod = 2|2}]] Success }} {{taking [[1d6]] hours}}  works fine! outputting to chat but  when i run this one and click the chat button to call simple-matrix-searches, it runs asking me for the values but no output to chat. Matrix-searches w lyle &{template:default} {{name=Matrix Searches}} {{[Simple](!%{InfoHound|simple-matrix-search}) [Standard](!%{InfoHound|Standard-Matrix-Search}) [Detailed](!%{InfoHound|Detailed-Matrix-Search}) }} is this function broken, or did i mess up as usual
1535574310
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
I would recommend using ability command buttons instead of api command buttons: /w lyle &{template:default} {{name=Matrix Searches}} {{[Simple](~InfoHound|simple-matrix-search) [Standard](~InfoHound|Standard-Matrix-Search) [Detailed](~InfoHound|Detailed-Matrix-Search) }}