Error Help Needed

My game is throwing me some errors and I am not what is causing them. I have ran the code through a yaml checker and all seemed fine with that. It’s the errors in blue that I am confused about, the others I am not as concerned about

And the error below I get when I click on directory and census

Any help is appreciated. Thanks!

Your starting_skills config option in fs3skills_chargen.yml is set to ‘false’ when it should be a hash. If you don’t want any starting skills, you can make it an empty hash {} but it still has to be a hash.

1 Like

Thank you! That fixed that error!

1 Like