list_npc[x].dict_skill['Exploration']Anyone find/ know how to change the relationships? "Landlord", "roommate" etc. For scientific purposes of course![]()
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