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