Page 1 of 1

[Command] hide

Posted: Wed Nov 03, 2021 5:04 pm
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()