- Aug 15, 2017
- 74
- 180
A few console codes:
character_attributes.sex MC's sex appeal
character_attributes.stre MC's strength
character_attributes.inte MC's intelligence
character_attributes.sne MC's sneaking skill
to change these attributes, you have to use functions, rather than just changing them with =
character_attributes.add_sex(5) (doesn't have to be 5, of course)
character_attributes.add_stre(5)
character_attributes.add_inte(5)
character_attributes.add_sne(5)
and to change the money, just change the simple variable
store.cs
character_attributes.sex MC's sex appeal
character_attributes.stre MC's strength
character_attributes.inte MC's intelligence
character_attributes.sne MC's sneaking skill
to change these attributes, you have to use functions, rather than just changing them with =
character_attributes.add_sex(5) (doesn't have to be 5, of course)
character_attributes.add_stre(5)
character_attributes.add_inte(5)
character_attributes.add_sne(5)
and to change the money, just change the simple variable
store.cs
Last edited: