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