Correct examples from my mods
Cop.SetJob(Police)
Cop.setActorVar(tag_Police, 1)
Actor.setWantsBabies(true)
Actor:likes_vaginal += 100 //add to stat
Actor:likes_anal -= 100 //minus to stat
Actor:likes_vaginal *= 10 //multiply current stat. so 5 turns into 50, -3 turns into -30, & 70 into 100 because that the max stat unless edited in LifePlay\Content\Modules\vin_Base\Stats\SexPreferences
Actor:likes_anal /= 100 //divide current stat. 60 = 0.6 & -50 = -0.5
Actor: perversion => 95 ///set stat to 95 {AKA. what you are trying to do.}<<<<
Actor:attractiontoplayer += Random(2, 24) {Random(min, max)}
Also "Energy during sex" is not the same energy as "eating & sleep energy" for that I believe "?Fitness?" is involved and something else.
Annoyed Note. Actor: perversion (-space-in-between) = Actor
erversion {Stupid Fucking Emojis}