339
BUFFS
- “Sims.remove_all_buffs”–Removes all moodlets/emotions
- “Sims.add_buff [buff, low/high]”–Adds a particular buff to the sim (spelling is very important)
CAREERS
- “Careers.promote [CareerName]”–Promotes Sim in current career
- “Careers.demote [CareerName]”–Demotes Sim in current career
- “Careers.add_career [CareerNamer]”–Adds a career
- “Careers.remove_career [CareerName]”–Removes a career
- “Careers.promote Gradeschool” –Raises child’s grade performance by one letter grade
- “Careers.promote Highschool” –Raises a teenager’s grade performance by one letter grade
Example: “testingcheats true” followed by “careers.promote secretagent” –Earns one promotion
SKILLS
- “Stats.set_skill_level <skilltype> 1-10” –Adjusts a sim’s skill level
Major_Fishing
Major_Guitar
Major_Programming
Major_Gardening
Major_VideoGaming
EXAMPLES:
stats.set_skill_level AdultMajor_Gardening 10
stats.set_skill_level Major_Gardening 10
MONEY AND ASPIRATIONS
- “Money ###”–Set’s funds to exact number
- “Sims.modify_funds +/-###” –Adds or subtracts value from current funds
Example: “Money 25000” or “Sims.modify_funds +500”
- “Aspirations.complete_current_milestone”–Completes current aspiration challenge and awards points (This one owns)
- sims.add_buff Satisfaction_Points–Adds 100 aspiration/satisfaction points. However, this applies as a buff and so, you will need clear with sims.remove_all_buffs before reapplying.