Ravenger6660
Active Member
- Sep 14, 2017
- 867
- 1,013
Correct examples from my modsIs it possible to set stats for a temp actor?
For example
SceneStart()
Actor = generatePersonTemporary()
Actor.makeInterested(Player)
XXXActor.setmasochist = 100XXX
XXXActor.setenergy = 100XXX
Actor.dress()
Actor.show()
Does this work?
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
Last edited: