[Command] dress

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.dress(optional_item)


USE:
If there's nothing in the bracket, it will dress the actor fully appropriate to the current building.
If a clothing piece is specified, will put that on only.
Check LifePlay\Content\Heavy\Clothes for the names of the items


TYPE: Command, Reference
RETURNS: /
THEME: Clothes
COMPARE: strip


EXAMPLE:

Code: Select all

    setBackground(work)
    Player.dress()  // will put on a full suit with oxford shoes etc and underwear underneath

OR

Code: Select all

    Player.dress(Casual-Clothes_1_F) // will put on casual clothes only, no shoe or underwear
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