• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Error creating new Feat

Kaleb

Well-known member
How do I fix this error

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'pre-requisite rule' script for Thing 'GBS' on line 1
-> Error parsing left-side expression in relational comparison
 
How do I fix this error

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'pre-requisite rule' script for Thing 'GBS' on line 1
-> Error parsing left-side expression in relational comparison
In the "Pre-Req" script you wrote on line 1 for Thing with unique ID "GBS" the script/code is not valid. Fix it. :p

All I can tell you unless you provide the script to look at. :)
 
Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'pre-requisite rule' script for Thing 'fgbf' on line 1
-> Invalid syntax for tag template
Syntax error in 'pre-requisite rule' script for Thing 'fgbf' on line 1
-> Error parsing left-side expression in relational comparison
Unique ID fgbf uniquness add once

Prereqg expresion
tagis[WildeShape]<>0


Prereqg expresion
#LevelCount[Ranger Best Shaper]=8

Tags
group ID Helper Tagid ShowSpec
Name ShowSpec Abbrev ShowSpec
 
Prereqg expresion
#LevelCount[Ranger Best Shaper]=8

The name of the class you are putting here isn't going to have spaces. To find the proper tag, in the Class tab of your editor, click on the "Tags" button in the upper right. Scroll down until you see "Classes" in the Group Id, then look at the Tag Id. That's what you want to put there. Also, "LevelCount" should be all lower case I believe (so "levelcount").
 
Back
Top