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