alger4129

New Member
Aug 2, 2021
2
0
Anyone find/ know how to change the relationships? "Landlord", "roommate" etc. For scientific purposes of course :sneaky:
list_npc[x].dict_skill['Exploration']
list_npc[x].dict_skill['Love']
list_npc[x].dict_skill['Joy']
list_npc[x].dict_skill['Friend/Anger']
list_npc[x].dict_skill['Submission']
list_npc[x].dict_skill['Depravity/Modesty']
"Landlord" : x = 14
"roommate": x = 15

each npc has stored by different object
you can use
list_npc[x].name
and
list_npc_for_search[x].name
to check which npc you want to change
or
npc_(Npcname) like npc_Penny
to change its values
 

Donguri892

Newbie
Apr 16, 2020
32
22
list_npc[x].dict_skill['Exploration']
list_npc[x].dict_skill['Love']
list_npc[x].dict_skill['Joy']
list_npc[x].dict_skill['Friend/Anger']
list_npc[x].dict_skill['Submission']
list_npc[x].dict_skill['Depravity/Modesty']
"Landlord" : x = 14
"roommate": x = 15

each npc has stored by different object
you can use
list_npc[x].name
and
list_npc_for_search[x].name
to check which npc you want to change
or
npc_(Npcname) like npc_Penny
to change its values
They are looking to change the relationship like what are they to the MC, mom, sister, aunt, cousin, family, roommate... Not the values. of emotions.
 
  • Like
Reactions: wigglemikehawk69
1.80 star(s) 40 Votes