Page 1 of 1

[Command] closeEyes

Posted: Thu Oct 28, 2021 9:53 pm
by Raddeck
Actor.closeEyes(bool)


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)