ernestopresto
Member
Hey all, first time posting here.
I've been reading up for a few days now on the forums and the wiki. I've followed the Savage Worlds tutorial in the help file and the standard tutorial in the base Hero Lab help file.
I haven't found a good starting point for adding feature rich content, however. To clarify - I can make a new race, add new skills and even make pre-requisites for new edges.
I can't, however, find out where to input the code I've found in the Common Code Examples post. For example, I want to make a race that gives you 1 edge and 2 hinderances but still leaves the ability to add hinderances. I found this but I don't know where to put the code.
I'm trying to just plod along and figure it out as I go but it's really not that simple. Am I missing some step by step walkthrough that goes into more depth than the help file tutorial? Is there anything more easy to follow than the wiki?
I've been reading up for a few days now on the forums and the wiki. I've followed the Savage Worlds tutorial in the help file and the standard tutorial in the base Hero Lab help file.
I haven't found a good starting point for adding feature rich content, however. To clarify - I can make a new race, add new skills and even make pre-requisites for new edges.
I can't, however, find out where to input the code I've found in the Common Code Examples post. For example, I want to make a race that gives you 1 edge and 2 hinderances but still leaves the ability to add hinderances. I found this but I don't know where to put the code.
From Caped Crusader, a note about how to make sure someone can take a normal amount of Hindrances if their racial template already gives them one:
Code:#resmax[resHinder] += 1 (or 2 if it's Major)
I'm trying to just plod along and figure it out as I go but it's really not that simple. Am I missing some step by step walkthrough that goes into more depth than the help file tutorial? Is there anything more easy to follow than the wiki?