I finally got around to playing with your mod.
Store managers don't really fit in well to factories. Factories aren't stores and aren't influenced directly by high society contacts. Personally, I would just use your store manager feature for product stores and leave factories alone, however you could separate the two and have the following:
Store Managers for product stores
Factory Managers for factories (either require a male or a dom female)
I can see a Store Manager managing several product stores but each factory realistically would require one manager for each factory. They are big with lots of employees.
Factories are already huge money makers (and a bit unbalanced overall) but you could have the factory manager negotiate better prices on manufacturing contracts. Again, my personal opinion is to not touch factories with your Store Manager feature but I'm not going to stop you and the choice is yours.
I added this condition to trigger hive_homesex:
Code:
if bdsm_dom[npc]>0:gs 'hive_homesex'
I don't see a point in displaying your hive information if the girl isn't a BDSM Dom. Please correct me if I'm mistaken.
If you add new NPC variables you have to add them to the clear list in 'dyn2' - $d_clean_NPC=
I added the following section to it:
Code:
!Hive
hive_bdsm_sub[i]=0
hive_exdom[i]=0
hive_isstoremanager[i]=0
If you've added more NPC variables than this then they'll need to be added also. Player and non-NPC variables don't need to be included here.
Your added 'Asset' variable in the variable tracking isn't very descriptive as I had to look up what NPC variable you were referencing here (had no clue). Perhaps "rich" or "high society" would be a more descriptive name.
I've only lightly tested your mod and haven't gotten to the point of turning a BDSM Dom into a sub. There aren't that many BDSM Doms in the game to begin with so this specific feature doesn't appeal much to me personally but it may to other players. I do like the idea of them having a lower domination score when you start sex (in the future) if you cover them in cum while getting them down to a low domination score during sex.
Thank you for your interest in the game and for your contribution!
You can find my fixes and patch a few posts above this one.