dmitriiviktorov

Well-Known Member
Mar 4, 2018
1,344
5,821
does anyone know how to change traits?
it used work with
(SugarCube.State.variables
.slaves[3].traits[0] = "woodcraft" )

but that command doesnt work anymore
SugarCube.State.variables.guests[0].traits[0] = "gardener"
SugarCube.State.variables.guests[0].traits[1] = "woodcraft"
SugarCube.State.variables.guests[0].traits[2] = "scavanger"
SugarCube.State.variables.guests[0].traits[3] = "shopkeeper"
SugarCube.State.variables.guests[0].traits[4] = "breeder"
SugarCube.State.variables.guests[0].traits[5] = "masochist"
SugarCube.State.variables.guests[0].traits[6] = "sadistic"

SugarCube.State.variables.slaves[0].traits[0] = "gardener"
SugarCube.State.variables.slaves[0].traits[1] = "woodcraft"
SugarCube.State.variables.slaves[0].traits[2] = "scavanger"
SugarCube.State.variables.slaves[0].traits[3] = "shopkeeper"
SugarCube.State.variables.slaves[0].traits[4] = "breeder"
SugarCube.State.variables.slaves[0].traits[5] = "masochist"
SugarCube.State.variables.slaves[0].traits[6] = "sadistic"
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,537
1,834
SugarCube.State.variables.guests[0].traits[0] = "gardener"
SugarCube.State.variables.guests[0].traits[1] = "woodcraft"
SugarCube.State.variables.guests[0].traits[2] = "scavanger"
SugarCube.State.variables.guests[0].traits[3] = "shopkeeper"
SugarCube.State.variables.guests[0].traits[4] = "breeder"
SugarCube.State.variables.guests[0].traits[5] = "masochist"
SugarCube.State.variables.guests[0].traits[6] = "sadistic"

SugarCube.State.variables.slaves[0].traits[0] = "gardener"
SugarCube.State.variables.slaves[0].traits[1] = "woodcraft"
SugarCube.State.variables.slaves[0].traits[2] = "scavanger"
SugarCube.State.variables.slaves[0].traits[3] = "shopkeeper"
SugarCube.State.variables.slaves[0].traits[4] = "breeder"
SugarCube.State.variables.slaves[0].traits[5] = "masochist"
SugarCube.State.variables.slaves[0].traits[6] = "sadistic"
This will work but you can also just write it as array
Code:
SugarCube.State.variables.guests[0].traits = ['scavenger', 'analslut','gardener']
 

Cabbytoday

Member
Nov 6, 2022
110
44
Why does it look like my Guests are losing Beauty score I had near 79 and now she down to 48, What going on
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,537
1,834
Why does it look like my Guests are losing Beauty score I had near 79 and now she down to 48, What going on
Check if you have latest patch. Latest patch should fix decrease and beauty slowly will increase till max instead (thats a bug and is fixed for 0.22 release)
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,537
1,834
okay add the path or do I have to restart
Check main thread. There is 0.21b patch. As for girls who already lost beauty - they will always stay ugly :< You can increase their beauty through console.
 

dmitriiviktorov

Well-Known Member
Mar 4, 2018
1,344
5,821
This will work but you can also just write it as array
Code:
SugarCube.State.variables.guests[0].traits = ['scavenger', 'analslut','gardener']
how to change the age of the characters on the console?
как менять консольно возраст персонажей?

SugarCube.State.variables.guests[0].traits = ['gardener','woodcraft','scavanger','shopkeeper','breeder','masochist','sadistic']
SugarCube.State.variables.slaves[0].traits = ['gardener','woodcraft','scavanger','shopkeeper','breeder','masochist','sadistic']
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,537
1,834
how to change the age of the characters on the console?
как менять консольно возраст персонажей?

SugarCube.State.variables.guests[0].traits = ['gardener','woodcraft','scavanger','shopkeeper','breeder','masochist','sadistic']
SugarCube.State.variables.slaves[0].traits = ['gardener','woodcraft','scavanger','shopkeeper','breeder','masochist','sadistic']

Code:
SugarCube.State.variables.guests[0].birthDate = setup.getBirthDate(18)
 
  • Thinking Face
Reactions: Tatsuya2022

dmitriiviktorov

Well-Known Member
Mar 4, 2018
1,344
5,821
You don't have permission to view the spoiler content. Log in or register now.
SugarCube.State.variables.slaves[0].traits = ['analslut','gardener','cumslut','masochist','deepthroat','woodcraft','scavanger','breeder','shopkeeper','sadistic','squirter']
 
Last edited:

Cabbytoday

Member
Nov 6, 2022
110
44
Don't make it too much, hate when I send of that time on a women then she get lost or die. That why I try to make there strength 100 before do anything with them
 
  • Like
Reactions: ttyrke
3.70 star(s) 52 Votes