[Command] enterCustom

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 »

enterCustom()


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>."
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