Difference between revisions of "Patrick K."
From Roll20 Wiki
Patrick K. (Talk | contribs) (Created page with "Just a useful place to put this d20 macro for 5th edition: ===== Quick macro for selecting a token with associated npc sheet and having it target another token ===== /emas ...") |
Andreas J. (Talk | contribs) (update profile to mention APIs) |
||
Line 1: | Line 1: | ||
+ | '''{{user profile|616652|Pat}}''' is the creator of the [[Script:Teleport]] and {{forum|permalink/9605567/ Emojibubble}} API scripts. | ||
+ | |||
+ | |||
+ | APIs: | ||
+ | * {{forum|permalink/9605567/ Emojibubble}} -- System to easily display emojis in a bubble above Character Tokens, or on the map. | ||
+ | * [[Script:Teleport]] -- provides a way for GMs or players to teleport tokens within,or between, map pages, through the creation of "teleportation pads" that can each have their own configurations. | ||
+ | |||
+ | |||
+ | |||
Just a useful place to put this d20 macro for 5th edition: | Just a useful place to put this d20 macro for 5th edition: | ||
===== Quick macro for selecting a token with associated npc sheet and having it target another token ===== | ===== Quick macro for selecting a token with associated npc sheet and having it target another token ===== | ||
− | + | <pre style="overflow:auto;white-space:pre-wrap;"> | |
/emas @{selected|token_name} attacks @{target|token_name} using @{selected|npc_action_name1} ! | /emas @{selected|token_name} attacks @{target|token_name} using @{selected|npc_action_name1} ! | ||
Line 8: | Line 17: | ||
/w gm @{selected|token_name} causes [[1d8+ @{selected|bar3}]] piercing damage! | /w gm @{selected|token_name} causes [[1d8+ @{selected|bar3}]] piercing damage! | ||
+ | </pre> |
Latest revision as of 13:00, 3 June 2021
Pat is the creator of the Script:Teleport and Emojibubble(Forum) API scripts.
APIs:
- Emojibubble(Forum) -- System to easily display emojis in a bubble above Character Tokens, or on the map.
- Script:Teleport -- provides a way for GMs or players to teleport tokens within,or between, map pages, through the creation of "teleportation pads" that can each have their own configurations.
Just a useful place to put this d20 macro for 5th edition:
[edit] Quick macro for selecting a token with associated npc sheet and having it target another token
/emas @{selected|token_name} attacks @{target|token_name} using @{selected|npc_action_name1} ! /w gm @{selected|token_name} attacks : [[1d20 + @{selected|bar2}]] | [[1d20 + @{selected|bar2}]] /w gm @{selected|token_name} causes [[1d8+ @{selected|bar3}]] piercing damage!