[Command] setRelativeType

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.setRelativeType(Type)


USE:
Set which type of relative this person is (must already be a relative actor, not a normal NPC).
Used for giving birth.


TYPE: Command, Reference
RETURNS: /
THEME: Relationships
COMPARE: generateRelativeMatchRace


EXAMPLE:

Code: Select all

    Actor2 = Actor.generateRelativeMatchRace()
    Actor2.setRelativeType(Child)
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