Page 1 of 1

[Command] setRelativeType

Posted: Sat Nov 06, 2021 6:30 pm
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)