• 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

Unknown Error 'bgRace'

TobyFox2002

Well-known member
I am working on a PrC that grants a companion, and have run into an error I dont know now to deal with

Syntax Error in dynamic 'canidate' tag expression for table 'bgRace'

I have never heard of bgRace before and I couldnt find any information on the forums. Any clue as to what 'bgRace' race is. I thought at first I used it somewhere in my code as a typo for something else so I did a global search and replace for everything in my datafile directory and 'bgRace' didnt even appear once ANYWHERE.
 
bgRace is the table where you add a race - you say this is adding a companion - how are you controlling what race is allowed to that companion?
 
Hrm.. now I know what what bgRace is I was able to narrow down what was wrong. I was using a poorly constructed custom expression which was dumping "rUnicorn" instead of "Race.rUnicorn" into tRaceExpr.

Thank you very much for pointing me in the right direction.
 
Back
Top