[Command] setNoRedress
Posted: Sat Nov 06, 2021 6:25 pm
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:
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