You're welcome.
Love the game. Keep up the amazing work.
To let you know there is an error in your code for 017.rpy line 292.
'if metCindralith == "Sex":', will never trigger because you had that variable changed to "Sex, unconvinced" or "Sex, convinced" in 016.rpy lines 1465 to 1498.
You would have to change it to something like, 'if metCindralith[:3] == "Sex":', which will get the first three characters of the variable.
In update 0.15 you could meet them by doing a series of stuff when you go to the mansion.
Here is what I wrote in a comment for that release:
"You have to pick the option to buy the counterfeit invitations.
Then when these two options appear 1) "Kill the Councilor" and 2) "Jump off the balcony". Pick them both only once and then choose the option to back out so the MC doesn't die.
(I think you can alternatively also choose the option to "Jump from the Balcony" twice and back out both times, since the check looks to see if you picked a "cursed" option no more or less then twice.)
If you did it correctly when you leave the mansion, and speak to the skeleton guy again ask to "Recruit him". Then after a bit of dialogue a special scene should occur before the MC gets back onto the ship."
For you to unlock it you have to meet three conditions:
*(Always say "Veyla drithan" whenever it comes up, during the meeting say you're here about the Deep Ones or offer to help with Sec, and say Angima at the end of the meeting. Fluff pillows, learn the language and get the drinks [don't forget to taste the poison]).
If you do all that a scene will occur when you are talking with Kaylee on the ship. Answer "Both" during that scene.
Enjoy! ^ ^
You have to pick the option to buy the counterfeit invitations.
Then when these two options appear 1) "Kill the Councilor" and 2) "Jump off the balcony". Pick them both only once and then choose the option to back out so the MC doesn't die.
(I think you can alternatively also choose the option to "Jump from the Balcony" twice and back out both times, since the check looks to see if you picked a "cursed" option no more or less then twice.)
If you did it correctly when you leave the mansion, and speak to the skeleton guy again ask to "Recruit him". Then after a bit of dialogue a special scene should occur before the MC gets back onto the ship.
Hope this helps.
You have to pick the option to buy the counterfeit invitations.
Then when these two options appear 1) "Kill the Councilor" and 2) "Jump off the balcony". Pick them both only once and then choose the option to back out so the MC doesn't die.
(I think you can alternatively also choose the option to "Jump from the Balcony" twice and back out both times, since the check looks to see if you picked a "cursed" option no more or less then twice.)
If you did it correctly when you leave the mansion, and speak to the skeleton guy again ask to "Recruit him". Then after a bit of dialogue a special scene should occur before the MC gets back onto the ship.
Hope this helps.