Page 1 of 1

Script error with custom career

Posted: July 14th, 2019, 4:22 pm
by zeppeli
I've been working on making a custom career, and everything seemed to be going well, but it's not showing up in game and I keep getting this script error

Entomology: Constructor Fail Sims3.Gameplay.Careers.Music, Sims3GameplaySystems

I've probably missed something silly in my coding, so I've uploaded both my career file and the script error. Thanks in advance!
https://drive.google.com/open?id=1qbYcz ... jY5Z1QQB4J

Script error with custom career

Posted: July 15th, 2019, 3:47 am
by Missy_Hissy
I answered this on my forum but I'll answer here too :)
The only error in the code I could see is with the job offer. In the code, you've missed the 'Offer' off, so the UnhashedKeys is trying to reference a line that doesn't exist.
The script error also references your Tone file. It's under the impression the career guid doesn't match, although I looked and can't see a problem myself. Let me know if that error comes up again, though. Good luck! :yes: