[Command] setNoRedress

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

Actor.setNoRedress(true/false)


USE:
Force this actor's clothes or lack of such to stay the same after the scene finishes
Tells the game engine not to redress the actor after sex(), animate() or sceneEnd().


Background:
All actors usually redress at the end of a sex() scene and at the end of a scene.
To prevent that you will have to call this function on the actor that you want to stay nude or in the clothing you gave it.


TYPE: Command, Non-Ref
RETURNS: /
THEME: Actors
COMPARE:


EXAMPLE:

Code: Select all

Player(Excited)::"Hey <CurrentCompanion.Name> I want you to strip here!"
CurrentCompanion.strip()
CurrentCompanion.setNoRedress(true)    // Stay naked!
// Companion will walk around naked even after the scene
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply