- Aug 17, 2018
- 256
- 85
ttyrke Sorry for the late reply, and I found the problem. I was using the code like this:ttyrke Whenever I try to edit a slave's traits or skills, I get this error:
You don't have permission to view the spoiler content. Log in or register now.How you try to change them? By error looks that you do something wrong and game cant find typed skills/traits
SugarCube.State.active.variables.tmpGirl.traits= [ "Breeder" ]
After some try I realized that I was typing the first letter of trait/skill capital. So tried this:
SugarCube.State.active.variables.tmpGirl.traits= [ "breeder" ]
And it worked.