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

Blog about Macros for GM's

<a href="http://gmscriptfu.blogspot.com/" rel="nofollow">http://gmscriptfu.blogspot.com/</a> I started this Blog tonight, and I've posted two topics: Using Character Sheets without chasing your players away Creating NPC character sheets and global NPC macros My game-of-choice is Pathfinder, so the example scripts are based on that, but other game systems might find some of the tips and tricks useful. Please don't hesitate to comment if you find something you like or if you have a different way to accomplish the same thing. I really enjoy the process of prepping tables (weird, I know), and I'd love to assimilate whatever knowledge others can bring to it!
I can only offer a few minor tidbits specific to GM's. I find the majority of Macros are no different for GM's than they are for players.. the difference, of course, being that most of them are private using /w gm or similar. Depending how you setup your NPC/Monsters, it may be advisable to make use of very general macros while using a heavy hand with Roll Queries. This is especially the case if you're adding opponents on the fly or are often referencing stats in a published AP or Module that you don't want to transcribe every time. Language Gap: There was actually a forum post on this very recently. You can create a Character Journal page for each language in your campaign and give players who understand it access to control the sheet. This lets anyone whisper to the sheet and be heard by those who "understand" that language. ex: Create a Character Journal named "Elvish" and give control to player1 and player2, but not player3 You can then /w Elvish "eh, yo momma! " and it will show up on Player1 and Player2 chat log but not Player3 Passive Rolls for GMs: If you have your players keep Perception, Sense Motive, etc attributes defined in their character journals you can use @{Target|Attribute} or @{Selected|Attribute} to determine if the individual made their check without notifying the player that it happened. This assumes that the Tokens are bound to the Character Journal correctly. /w GM @{Selected|TokenName} Passive Perception [[ @{Selected|Perception} + 10]] Since it's the GM whispering to the GM, only they will see the roll. Corollary to Passive GM Roll: If your player-base is consistent, you can test all their passive checks at the same time and use it as a general macro for anything that might try to stealth, bluff, traps, etc. NOTE: Spacing gets a bit messy after 4 players without reworking it, as the Roll20 chat window only gives you 5 lines of text before posting your character name again. Example: (Secretly rolling generic monster's stealth check and comparing it to player's rolled perceptions) /w GM NPC Stealth[[ (1d20 + ?{Stealth bonus?|0} ) ]] /w GM Player's Name:[[ 1d20 + @{PlayerName1|Perception} ]] /w GM Player's Name:[[ 1d20 + @{PlayerName2|Perception} ]] /w GM Player's Name:[[ 1d20 + @{PlayerName3|Perception} ]] /w GM Player's Name:[[ 1d20 + @{PlayerName4|Perception} ]]
1423936866
The Aaron
Roll20 Production Team
API Scripter
Nice initiative setting this up Stephen! Would you consider putting your discussion on the Wiki? There is a section for Useful Macros already: <a href="https://wiki.roll20.net/Useful_Macros" rel="nofollow">https://wiki.roll20.net/Useful_Macros</a> and a section for Pathfinder: <a href="https://wiki.roll20.net/Pathfinder" rel="nofollow">https://wiki.roll20.net/Pathfinder</a> Putting it on the wiki would allow other users to contribute and would make it easier for them to find the information when they first start looking.
Sure, but it's going to be a pretty extensive article. And I won't bother step-by-stepping it like I am on the blog. I'll try my hand with the Wiki formatting and see what happens.
So, actually, it wasn't that extensive, and I found some places to toss what I had in fairly simply. Overall a pretty good experience, using the wiki. Sorry for my trepidation that came out as hesitance!
1424056843
The Aaron
Roll20 Production Team
API Scripter
No worries! And thanks for being willing to contribute to the wiki!
1424057174
The Aaron
Roll20 Production Team
API Scripter
I just went and checked it out. WOW! That is some really great content! Thanks! Wiki Addition: <a href="https://wiki.roll20.net/Macros/Pathfinder_Examples" rel="nofollow">https://wiki.roll20.net/Macros/Pathfinder_Examples</a>
Added a few more items, including a High Tier / Low Tier switch and a tip about using a template table to avoid duplicating work.
*sniff* It's a special kinda feeling to watch that article grow and evolve.... they grow up so fast! *sniff* Thanks for the additions Stephen. I can't tell you how many times I refer people to this article :)