• 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

Odd Error

chiefweasel

Well-known member
Hey all, I am trying to enter in some pre-reqs on the Class Tab of the editor. but when i test it i get an error:

Error, attempt to assign value within read-only content.

anyone seen this one before? Not sure why the content for the class i an creating would be read only either. because of these errors, it wont display he pre-reqs for the class.

any help?, thanks
 
Did you bootstrap something?

On that bootstrap, did you assign any field values?

If so, which fields?
 
yes, on the class tab it is bootstraped with fArmLight;
on the class level tab it is bootstraped with cHelpBHD;

BHD is the name of the file i am working with.
 
Did you add any field values to those? (pressed the fields button within the bootstraps list)
 
Did you first get the error after testing one of those class specials?

I think go ahead and paste the scripts - I'll see if I can figure out if there's somewhere you're trying to assign a value to something read-only.
 
the only scripts i have done are for pre-reqs, things like:

child[Attack].field[tAtkBase].value >= 4
#skillranks[kGatherInf] >= 4
#hasfeat[fEndure] <> 0

nothing complicated just simple stuff.
 
Back
Top