Toggle inappropriate does not appear to work. Remote does not refresh, channels remain locked.
Possibly related, if you click on a channel you are already on, it goes to a random channel instead of the "next" part of the same channel. It also hides the remote when it does this.
Edited
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
My current idea is rather brutish but meets the requirements, currently in local testing. @Pregmodder The Within the slave shopping channel the premium virgin slave has their devotion defined twice, first 40,60 and then 60,90 for some reason.
Also a few slaves are missing setters that might be considered standard e.g _slave.origin = "You purchased $him from FCTV's Home Slave Shopping stream channel.".
_slave.race is complaining about being undefined for some reason (currently on MILF/show == 5), while also showing a daughter slave.
Not all shows less than 8 actually generate _slave. The error isn't specific to race, it just seems like _slave isn't defined. I think channel 7 would throw this error.
edit: hmm, no that can't be it. It generates on less than 8 too.
edit2: _slaveOneTimeMaxAge, does this work as a local? Seems to be unique to this file.
is not set for "huge balls"/"discount young hottie"
Also <<set $activeSlave.career is the string "a slave" for "premium virgin", while in all other calls it is $activeSlave.career = setup.youngCareers.random(). "discount young hottie" and "huge balls" do not have it, unless 25 is somehow not young but 24 ("superfetation') is? "MILF" has it set as $activeSlave.career = setup.youngCareers.random() for some reason.
What is the point of <<set $activeSlaveOneTimeMinAge = ($fertilityAge + 3/2)>> when <<set $one_time_age_overrides_pedo_mode = 1>> and $activeSlaveOneTimeMaxAge >= 18?
Give 'a slave' careers to all but the disobedient bargain. I think the other slaves would have been slaves for a long time, especially the double virgin.
@Pregmodder I am looking for some random function call related clarifications:
[0] Is random(0,x)+1 equivalent to random(1,x+1)?
[1] Is random(7) equivalent to random(0,7)?
Both though there are no show == 0 calls, show == 1 is the lowest.
Also <<set $oneTimeDisableDisability = 1>> is shared amoungst the five or so slave objects.
@svornost Where would Math.clamp() be defined? src/js`dTree.min.js would appear to be the likely answer yet it any of the hits for "clamp" do not seem to use the same parameters (unless n equals e somehow)?