USE:
Used to assign a name, a label, a relationship, ... to a person.
TYPE: Command, Ref
RETURNS: Actor
THEME: Actor Creation
COMPARE:
EXAMPLE:
Code: Select all
"What should I call this family member? (for example, <Actor.nephew_or_niece>)"
Actor.enterCustom(relationship)
"<Actor.name> is my <Actor.relationship>."
"What should this family member call me? (for example, <Player.uncle_or_aunt>)"
Actor.enterCustom(callplayer)
"I'm <Actor.name>'s <Actor.callplayer>."