Both seems to work thanks a lot, i've just starting this game 5 days ago and with no Java Knowledge it can be pretty tough to auto manage perfectly your slave....My bad, these should always work:
Code:(slave) => String(slave.origin).includes("Utopian Orphanage") (slave) => slave.origin.toString().includes("Utopian Orphanage")
You don't have permission to view the spoiler content. Log in or register now.
I just manage to make this one for brothel assignement
Code:
slave.sexualFlaw === "neglectful" || slave.sexualFlaw === "cum addict" || slave.sexualFlaw === "anal addict" || (slave.fetishKnown===1 && (slave.fetish === "cumslut" || slave.fetish === "buttslut"))
|| slave.sexualQuirk === "caring"|| slave.sexualQuirk === "gagfuck queen" || slave.sexualQuirk=== "painal queen" || slave.sexual === "size queen" || slave.behavioralQuirk=== "sinful" || slave.behavioralQuirk=== "cutting"
I think i'll share most of my custom rules code on this thread when i'll be satisfied , i've made extensive search to find some template but never find a post about this on the net (although i've never set foot on 8chan, maybe there..), it could be interesting for new players or even older to discuss about it and share some method....
Last edited: