[Command] hide

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


USE:
Hide the actor from the player's view.
Opposite to show().


TYPE: Command, Reference
RETURNS: /
THEME: Actor Removal, Scenes
COMPARE: show


EXAMPLE:

Code: Select all

    Actor.show(2)
    "<Actor.name> said hi then quickly left."
    Actor.hide()
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