PDA

View Full Version : Removing Default Skills from D20



bigsol81
June 1st, 2010, 03:40
Does anyone know how to remove the default skills from the skill list on the d20 character sheets? I know it involves editing the .xml files, and I'm hoping there's just one specific chunk of code I can take out of the .xml file to remove the default skills.

I'm having a very hard time making sheets for my custom ruleset, and this is one of several issues I'm running into.

bigsol81
June 1st, 2010, 06:06
Nevermind, I figured it out after looking through the Lua scripts.

I just commented out constructDefaultSkills(); in the charsheet_skilllist.lua file and it worked like a charm!

Handy info for anyone else looking to do this!