#
# HELP: SYNOPSIS:
# HELP:     generic/movie/renderforce/waitforesc
# HELP:
# HELP: DESCRIPTION:
# HELP:     Let a script wait for the user pressing Esc.
#
CECHO ${$root.global.escape=0}
{ LOOP ${!$root.global.escape}
	GETINPUT 1
} LOOP
CECHO ${$root.global.escape=0}
