Difference between revisions of "Macro Tutorials Series"
From Roll20 Wiki
(→Player Tutorials) |
Andreas J. (Talk | contribs) m (→Related Pages) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{revdate}}{{clear}} | |
− | Welcome to | + | =Roll20 Macro Tutorial Series= |
+ | {{NavMacroDocs}} | ||
+ | Welcome to this Roll20 Macro Tutorial Series. The tutorials are arranged in roughly increasing order of difficulty, but by the end of the various series you should be able to confidently create, edit, and use macros as both a [[player]] and [[GM]]. | ||
− | '''Caveats''' | + | __TOC__ |
− | + | '''Caveats''' | |
− | + | The macros in this collection are phrased in the language of D20 games (Pathfinder, 4e, 5e, and 13th Age) because that's what the original author play, but the basics of creating macros are system agnostic. | |
− | < | + | Additionally, with a few exceptions, this series does not (yet) refer to the use of [[Character Sheets]]; there are too many character sheets for me to cover how to interact with each and every one of them so the guide's macros use user-created attributes (Don't worry, this section will make more sense later!) |
+ | |||
+ | <hr> | ||
== Player Tutorials == | == Player Tutorials == | ||
− | [[ | + | * [[Macros/101|Macros 101: Raw Basics, creation]] |
− | [[ | + | * [[Macros/102|Macros 102: Raw Basics, crafting]] |
+ | * [[Macros/103|Macros 103: Using Attributes in Macros]] TODO | ||
== GM Tutorials == | == GM Tutorials == | ||
+ | todo | ||
+ | |||
+ | ==TODO== | ||
+ | suggestions for more entries in the series. | ||
+ | |||
+ | * Roll Queries | ||
+ | ** maybe wait until nested query-updated is implemented, so the html escape character stuff can be avoided | ||
+ | * How to use "selected" & "target", and referencing token bar values | ||
+ | * Initiative + turn tracker, referencing turn tracker values | ||
+ | * sections of [[Dice Syntax]] page | ||
+ | * math functions & aritmethic | ||
+ | * [[Roll Template]], using the default roll template | ||
+ | * improve [[Chat Menus]]-page | ||
+ | |||
+ | ===Changelog=== | ||
+ | Notes regarding this tutorial series: | ||
+ | * Originally created & updated by [[User:219890|GenKitty]] ([[User talk:219890|talk]]) during 2015 | ||
+ | * In Nov 2021, [[Andreas J.]] did some cleanup & updates, and listed suggestions on more | ||
+ | |||
+ | =Related Pages= | ||
+ | * [[Basics]] - learn Roll20 basics | ||
+ | * [[Video Guides#Macros_and_Dice|Youtube Tutorials - Macros and Dice]] | ||
+ | * [[Roll Dice]] | ||
+ | |||
+ | [[Category:Macros]] |
Latest revision as of 15:13, 28 November 2021
Page Updated: 2021-11-28 |
[edit] Roll20 Macro Tutorial Series
Macro Creation
- Complete Guide to Macros & Rolls
- q Text Chat
- Dice Reference
- Order of Operations
- Macros
- Token Reference
- Character Reference
- Roll Templates
- Roll Table
Advanced
- Formatting
- HTML Replacement
- Chat Menus
- Hidden Rolls
- Advanced Macro Tips
- API Commands
- Char Sheet Creation
- External tools
Misc.
Welcome to this Roll20 Macro Tutorial Series. The tutorials are arranged in roughly increasing order of difficulty, but by the end of the various series you should be able to confidently create, edit, and use macros as both a player and GM.
Contents |
Caveats
The macros in this collection are phrased in the language of D20 games (Pathfinder, 4e, 5e, and 13th Age) because that's what the original author play, but the basics of creating macros are system agnostic.
Additionally, with a few exceptions, this series does not (yet) refer to the use of Character Sheets; there are too many character sheets for me to cover how to interact with each and every one of them so the guide's macros use user-created attributes (Don't worry, this section will make more sense later!)
[edit] Player Tutorials
- Macros 101: Raw Basics, creation
- Macros 102: Raw Basics, crafting
- Macros 103: Using Attributes in Macros TODO
[edit] GM Tutorials
todo
[edit] TODO
suggestions for more entries in the series.
- Roll Queries
- maybe wait until nested query-updated is implemented, so the html escape character stuff can be avoided
- How to use "selected" & "target", and referencing token bar values
- Initiative + turn tracker, referencing turn tracker values
- sections of Dice Syntax page
- math functions & aritmethic
- Roll Template, using the default roll template
- improve Chat Menus-page
[edit] Changelog
Notes regarding this tutorial series:
- Originally created & updated by GenKitty (talk) during 2015
- In Nov 2021, Andreas J. did some cleanup & updates, and listed suggestions on more
[edit] Related Pages
- Basics - learn Roll20 basics
- Youtube Tutorials - Macros and Dice
- Roll Dice