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

[Script] Create Character

1376959759
Lithl
Pro
Sheet Author
API Scripter
In another thread, Emile l. threw together a script to create characters with an API command. I've fixed the errors and added a little bit to it, and I'm posting it here at Emile's recommendation. Syntax: !journal name The character named name will be created, visible to all players and controlled by whoever executed the command. (Change line #19 if you don't want them visible to all.) Lines 24-57 simply create a set of basic attributes for D&amp;D games: LVL, STR, CON, DEX, WIS, INT, CHA, and ARM PEN (armor penalty). LVL is set to 1 of 30 (for D&amp;D 4e), while the other attributes have no starting values. <a href="https://gist.github.com/Lithl/6275863" rel="nofollow">https://gist.github.com/Lithl/6275863</a>
+1