Difference between revisions of "Script:Pathfinder2eImporter"
From Roll20 Wiki
(Pathfinder 2e Import Utility API Script) |
Andreas J. (Talk | contribs) m |
||
Line 4: | Line 4: | ||
A collection of tools for creating and importing character information. | A collection of tools for creating and importing character information. | ||
− | Too be used with the Pathfinder 2e Character Sheet By Roll20. | + | Too be used with the [[PF2E|Pathfinder 2e Character Sheet By Roll20]]. |
By default a handout is provided to the players with the below instructions. As the GM, you don't want the players using the commands, in the handout "Script:Pathfinder2eImporter Instructions", either remove "all" from . | By default a handout is provided to the players with the below instructions. As the GM, you don't want the players using the commands, in the handout "Script:Pathfinder2eImporter Instructions", either remove "all" from . | ||
− | Player Commands | + | ==Player Commands== |
− | !importPF2 - parse the JSON located in the character sheet's Campaign Notes | + | * <code>!importPF2</code> - parse the JSON located in the character sheet's Campaign Notes |
− | + | ** currently only Pathbuilder2 JSON is supported | |
− | !assignChar - provides a list of characters (NPCs and Player Characters) that a player can assign to themselves. | + | * <code>!assignChar</code> - provides a list of characters (NPCs and Player Characters) that a player can assign to themselves. |
− | !charsheet - creates a character sheet, and assigns it to the player making the command. | + | * <code>!charsheet</code> - creates a character sheet, and assigns it to the player making the command. |
− | GM Commands (all the player commands) | + | ==GM Commands== |
+ | (all the player commands) | ||
Coming soon. | Coming soon. | ||
Notes to GMs: if you do not want players using the tools and APIs listed above, | Notes to GMs: if you do not want players using the tools and APIs listed above, |
Latest revision as of 17:51, 9 January 2022
This page is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |
DRAFT A collection of tools for creating and importing character information.
Too be used with the Pathfinder 2e Character Sheet By Roll20.
By default a handout is provided to the players with the below instructions. As the GM, you don't want the players using the commands, in the handout "Script:Pathfinder2eImporter Instructions", either remove "all" from .
[edit] Player Commands
-
!importPF2
- parse the JSON located in the character sheet's Campaign Notes- currently only Pathbuilder2 JSON is supported
-
!assignChar
- provides a list of characters (NPCs and Player Characters) that a player can assign to themselves. -
!charsheet
- creates a character sheet, and assigns it to the player making the command.
[edit] GM Commands
(all the player commands) Coming soon.
Notes to GMs: if you do not want players using the tools and APIs listed above,