Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Macro Tutorials Series"

From Roll20 Wiki

Jump to: navigation, search
(Player Tutorials)
m (Related Pages)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<big><big>'''''Work In Progress'''''</big></big>
+
{{revdate}}{{clear}}
  
Welcome to my 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.
+
=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'''<br />
+
__TOC__
The macros in this collection are phrased in the language of D20 games (Pathfinder, 4e, 5e, and 13th Age) because that is what I play, but the basics of creating macros are system agnostic. 
+
'''Caveats'''
  
Additionally, with a few exceptions, this series does not 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 my macros use user-created attributes (Don't worry, this section will make more sense later!)
+
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. 
  
<HR>
+
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 ==
[[MTbGKP101|P101 Raw Basics]]
+
* [[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

[edit] Roll20 Macro Tutorial Series

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

[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