[Command] closeEyes
Posted: Thu Oct 28, 2021 9:53 pm
Actor.closeEyes(bool)
USE:
force actor to close or open their eyes
TYPE: Command, Reference
RETURNS: /
THEME: Scenes
COMPARE:
EXAMPLE:
USE:
force actor to close or open their eyes
TYPE: Command, Reference
RETURNS: /
THEME: Scenes
COMPARE:
EXAMPLE:
Code: Select all
Masseuse::"Just lie down and relax."
Player.CloseEyes(true)
Mom(Angry)::"Hey, wake up, sleepy head! You're about to be late for work!"
Player.CloseEyes(false)