#
# HELP: SYNOPSIS:
# HELP:     generic/movie/renderforce/moveuntilesc
# HELP:
# HELP: DESCRIPTION:
# HELP:     Let a script wait for the user pressing Esc.
# HELP:     Voxren will react normally while waiting.
#
CECHO ${$root.global.escape=0}
{ LOOP ${!$root.global.escape}
	GETINPUT 1
	VIEW_RENDER
} LOOP
CECHO ${$root.global.escape=0}
