[Command] enterFirstName

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.enterFirstName()


USE:
Displays a text box so that the player can type in this character's first name. Used for naming children and pets.


TYPE: Command, Ref
RETURNS: Actor
THEME: Actor Creation
COMPARE:


EXAMPLE:

Code: Select all

    "It's now time to name my new pet:"
    Actor.enterFirstName()
    Player(Happy):: "Alright, I think I'll call you <Actor.name> from now on."
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