- May 20, 2019
- 65
- 41
Hello everyone,
some things have changed in the vanilla game as it sees ...
using the console
the_person.base_outfit.accessories.remove(filter(lambda x : x in [big_glasses, modern_glasses], the_person.base_outfit.accessories)[0])
no longer removes the glasses but gives back Index Error: list index out of range
the_person.skin = "tan" or "black" or "white" how do you change this correct?
an how to change faces?
can anybody bring me up to speed how this three things work with console commands in this version?
some things have changed in the vanilla game as it sees ...
using the console
the_person.base_outfit.accessories.remove(filter(lambda x : x in [big_glasses, modern_glasses], the_person.base_outfit.accessories)[0])
no longer removes the glasses but gives back Index Error: list index out of range
the_person.skin = "tan" or "black" or "white" how do you change this correct?
an how to change faces?
can anybody bring me up to speed how this three things work with console commands in this version?