- Jan 23, 2021
- 285
- 393
Darn, you're right we're trying to modify pos_traits before the game has created it.Well I've tried to put the code in _events.rpy and now when I start the game I'm getting this traceback.
Two ways around it:
1) If you want the trait to exist before your girl is spawned - so that any girl can be generated with the trait as soon as the game starts, by adding the trait through a mod instead of through a girlpack
2) By bringing the trait into existence once your girl spawns for the first time
To keep it contained within a girl pack, #2 seems best to me. I really tested it this time and also ran into some other snags, but now it all works:
You don't have permission to view the spoiler content.
Log in or register now.
One important thing that I ran into during testing: If you want this to work with clones as well, instead of just if she's an original, you must add "keep_init = True" in the _BK.ini under the header [cloning options]
Last edited: