Script:PCGenPFImport
From Roll20 Wiki
Version: 1.0
Last Modified: 2016-05-10
Code: Pathfinder PCGen Import
Dependencies: None
Conflicts: None
PCGenPFImport is a script for importing characters from PCGen into Roll20. The script itself is a simple import of key and value pairs into character sheet variables, most of the heavy lifting is done via a custom output sheet I made for PCGen itself.
Contents |
Syntax
!PCGenPFImport
Installation and Configuration
Add the JS code to your active scripts for your campaign. {How is this done?} Copy the .txt.ftl file into the following path: <PCGen Root Directory>\outputsheets\d20\fantasy\htmlxml\*.txt.ftl
Next time you start up PCGen this will be an output sheet option after you go to File>Export. Under the "Export to:" drop down, choose standard (usually defaults to this) and it should be under the list of templates.
Script Use
First you must export the desired character using the provided output sheet. Copy the resulting .txt file contents and paste them into the gm notes section of the desired token. Make sure you have that token selected and use the !PCGenPFImport command and the script should take care of the rest.
Changelog
v1.0 (2016-05-10)
- Release