Difference between revisions of "Meta-Toolbox/Examples"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 2: | Line 2: | ||
Examples using one or more [[Meta-Toolbox]] APIs | Examples using one or more [[Meta-Toolbox]] APIs | ||
+ | * [Managing PathFinder Sizes with TokenMod and Metascripts] (Muler + TokenMod, extra stuff w/ ZeroFrame, SelectManager, Fetch) | ||
* [https://app.roll20.net/forum/permalink/10865776/ Using TokenMod to update multiple token tooltips] (TokenMod + SelectManager + Fetch + ZeroFrame) | * [https://app.roll20.net/forum/permalink/10865776/ Using TokenMod to update multiple token tooltips] (TokenMod + SelectManager + Fetch + ZeroFrame) | ||
* [https://app.roll20.net/forum/post/10598804/macro-that-reads-current-face-of-rollable-token Macro to read current face of Rollable Token] | * [https://app.roll20.net/forum/post/10598804/macro-that-reads-current-face-of-rollable-token Macro to read current face of Rollable Token] |
Revision as of 11:08, 18 June 2022
Page Updated: 2022-06-18 |
API:Meta-Toolbox
APIs to patch other API commands
Meta-Toolbox Scripts
created by Timmaugh
Related APIs
Examples using one or more Meta-Toolbox APIs
- [Managing PathFinder Sizes with TokenMod and Metascripts] (Muler + TokenMod, extra stuff w/ ZeroFrame, SelectManager, Fetch)
- Using TokenMod to update multiple token tooltips (TokenMod + SelectManager + Fetch + ZeroFrame)
- Macro to read current face of Rollable Token
- Repeating Sections & ChatSetAttr(Forum)
- First example: Plugger and SelectManager; Second example: Plugger, Muler, SelectManager, and ZeroFrame.
- Using MathOps standalone, more details(Forum)
- API Logic and Libinline(Forum)
- selectmanager example(Forum)
- ZeroFrame example with ColorEmote(Forum)
- Table example with Muler & ZeroFrame(Forum)
- Muler + more example(Forum)
- Dealer -- Is there a way to deal to a player, even if that player's token is not selected?(Forum) - Selectmanager example
- Audio Master API(Forum) - fixes with MathOps & Muler
- Fix "It's a Trap" with selectmanager(Forum)
- Search Attributes(Forum) - InsertArg example
- Is there an API that can roll saves for groups then apply a condition to the tokens that failed?(Forum) - selectmanager example
- TokenMod API - how to select token without clicking it(Forum) selectmanager fix TokenMod limitation
- default token size fix(Forum) Muler & Fetch examples
- Multi-step table resolution (Pacesetter system)(Forum) - Muler with ZeroFrame example
- Creating a HUD(Forum) - ZeroFrame, Fetch example working with TokenMod
- Retrieving next item in list(Forum) - Muler, ZeroFrame, and APILogic example
- Retrieving or assigning individual data to/from many tokens with deferred inline rolls(Forum) - examples of SelectManager's forselected handle using various metascripts with TokenMod