[Command] generatePersonTemporaryMatchRace

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.generatePersonTemporaryMatchRace()


USE:
Generate a temporary new actor that matches the racial preset of another person.
The actor generated using this method will be temporary (unless you later use MakePermanent() ), meaning they will be deleted and forgotten about after the current scene ends and are not usable for some functions that only work with permanent actors.


TYPE: Command, Ref
RETURNS: Actor
THEME: Actor Creation
COMPARE: generatePerson, generatePersonTemporary


EXAMPLE:

Code: Select all

    Actor = Actor2.generatePersonTemporaryMatchRace()  // If Actor2 is asian, Actor will also be east asian
    Actor.dress()
    Actor.show(2)
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