Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions, OSR, & D&D Variants
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Upgrade your account to a Community Supporter account and remove most of the site ads.
Community
General Tabletop Discussion
*Dungeons & Dragons
MPMB's D&D 5e Character Tools
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="morepurplemorebetter" data-source="post: 6904425" data-attributes="member: 6788192"><p>Don't worry, it was helpful for sure. I just had to look over every aspect myself anyway. So even though it didn't save time, it did help me to get started with the UA Revised Ranger and see where the changes were.</p><p></p><p></p><p></p><p>It's always great to see more people who want to make their own stuff for my sheet! Let me start off by saying: if you complete this subclass' JavaScript, would you want it to be added to the "Fan-made Additions" Dropbox?</p><p></p><p>As Astromath already mentioned, the JavaScript syntax to add Subclasses and other things is found on Dropbox and the link to that Dropbox is found in the FAQ, as well as some general explanations. The JavaScript syntax is basically a template with a lot of explanations on what to enter, but it isn't complete with all functionality. In the same Dropbox folder you can find the full JavaScript for all things in the sheet (classes, subclasses, backgrounds, gear, etc. etc.) for you to look up examples how things work in the sheet.</p><p></p><p>This is the link to the JavaScript syntax Dropbox folder: <a href="http://bit.ly/MPMBcoding_Syntax" target="_blank">http://bit.ly/MPMBcoding_Syntax</a></p><p></p><p></p><p></p><p>Awesome to hear that you love the sheet and got a lot more people to use it!</p><p></p><p>The character limit cap is from Acrobat. The added custom code is put in a hidden form field and called upon when starting the sheet. A form field has a limited amount of space (although the limit is very high).</p><p></p><p>I didn't expect this to be a problem, because there is obviously no way for any character to need all the (subclass) code.</p><p></p><p>I would like to help, and I can give you a sheet now that has all the code in it hard-coded. However, I am not going to keep a second set of sheets available that has all this extra code in it, because that means I would have to update 8 sheets instead of 4 every time I change something. I don't want to put these UA scripts in the sheet permanently, because there are some things that might clash with (future) scripts in the sheet. When these things become official, playtested content I will add them permanently to the sheet.</p><p></p><p>However, there are a couple of things you can do:</p><ol> <li data-xf-list-type="ol"> Minimize the JavaScript before entering it in the sheet, minimizing the amount of characters used. There are plenty of places where you can minimize JavaScript code, this is an online example: <a href="https://jscompress.com/" target="_blank">https://jscompress.com/</a> If you want even more characters saved, you can also go through the code and reduce and redundancies (e.g. entering the same source several times).</li> <li data-xf-list-type="ol"> Get Adobe Acrobat Pro and add the JavaScript at document-level (i.e. hard-code it yourself).</li> </ol></blockquote><p></p>
[QUOTE="morepurplemorebetter, post: 6904425, member: 6788192"] Don't worry, it was helpful for sure. I just had to look over every aspect myself anyway. So even though it didn't save time, it did help me to get started with the UA Revised Ranger and see where the changes were. It's always great to see more people who want to make their own stuff for my sheet! Let me start off by saying: if you complete this subclass' JavaScript, would you want it to be added to the "Fan-made Additions" Dropbox? As Astromath already mentioned, the JavaScript syntax to add Subclasses and other things is found on Dropbox and the link to that Dropbox is found in the FAQ, as well as some general explanations. The JavaScript syntax is basically a template with a lot of explanations on what to enter, but it isn't complete with all functionality. In the same Dropbox folder you can find the full JavaScript for all things in the sheet (classes, subclasses, backgrounds, gear, etc. etc.) for you to look up examples how things work in the sheet. This is the link to the JavaScript syntax Dropbox folder: [URL]http://bit.ly/MPMBcoding_Syntax[/URL] Awesome to hear that you love the sheet and got a lot more people to use it! The character limit cap is from Acrobat. The added custom code is put in a hidden form field and called upon when starting the sheet. A form field has a limited amount of space (although the limit is very high). I didn't expect this to be a problem, because there is obviously no way for any character to need all the (subclass) code. I would like to help, and I can give you a sheet now that has all the code in it hard-coded. However, I am not going to keep a second set of sheets available that has all this extra code in it, because that means I would have to update 8 sheets instead of 4 every time I change something. I don't want to put these UA scripts in the sheet permanently, because there are some things that might clash with (future) scripts in the sheet. When these things become official, playtested content I will add them permanently to the sheet. However, there are a couple of things you can do: [LIST=1] [*] Minimize the JavaScript before entering it in the sheet, minimizing the amount of characters used. There are plenty of places where you can minimize JavaScript code, this is an online example: [URL]https://jscompress.com/[/URL] If you want even more characters saved, you can also go through the code and reduce and redundancies (e.g. entering the same source several times). [*] Get Adobe Acrobat Pro and add the JavaScript at document-level (i.e. hard-code it yourself). [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*Dungeons & Dragons
MPMB's D&D 5e Character Tools
Top