Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Most error messages in Hero Lab will let you right-click them and copy them.
So, if you're copying error messages like that, and they're about code that you've written, we can't help you diagnose the error unless you include all the code - that way, we can count lines and see what's on line 7, which is the first step in figuring out why there's an error near line 7.
Actually, I think the error doesn't lie in the code itself - there's something wrong with how you're bootstrapping things.
Check how you've organized things. Have you done any of the following (which aren't allowed):
Created something on the "Custom Ability" tab, and then bootstrapped it to anything else (Custom Abilities may only be added by the user. They may never be bootstrapped - use a Class Special instead if you want to bootstrap it).
Bootstrapped a Class Special to anything other than the following: A Class, an archetype, a Custom Ability, or a Cleric Domain
Mathias: I think he is talking about the custom special ability table not showing his custom special ability in the list to add. He probably forgot to give it a specsource tag matching that of his class.
Quistar: My advice is not to use a Custom Special, remake the ability as a Class ability and bootstrap that to your class instead.
Correct. Now I get to learn what a specsource tag is! :-D
That is correct Aaron. Trying that now...yes, that is already checked for Monster Hunter. Will try adding Ranger and Slayer to that list since they share the same ability (Favored Enemy) and see if that helps.
No, no change. I'm getting "Too Many Upgrades: 1 of 0 (1 Overspent)! Same thing.
Mind you, now the program is ALLOWING me to add the upgrade, I just get the red error message. Worst comes to worst, this is good enough.
In the meantime, any more thoughts on Soul of Burnished Bronze? We never finished that one.
That is correct Aaron. Trying that now...yes, that is already checked for Monster Hunter. Will try adding Ranger and Slayer to that list since they share the same ability (Favored Enemy) and see if that helps.
No, no change. I'm getting "Too Many Upgrades: 1 of 0 (1 Overspent)! Same thing.
The error message tells you the problem is on line 1. What is on line 1 which might be the issue?
I still think you're adding the ability in the wrong way, but whatever man. If you're happy, I'm happy.
Duh! Sorry, I missed this question.
The line reads:
field[listname].text = "Soul of Burnished Bronze +" & (field[xIndex].value * 2)
Error message below
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'cRLSoulBrz' (Eval Script '#2') on line 1
-> Error in right-side expression of assignment
One or more timing errors were identified. Please review the timing report and correct the errors. You can access the report under the 'Develop' menu or by clicking this link.