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 "Script:Pathfinder2eImporter"

From Roll20 Wiki

Jump to: navigation, search
(Pathfinder 2e Import Utility API Script)
 
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
+
*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

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,