#
# HELP: SYNOPSIS:    
# HELP:     generic/menu/loadposfile
# HELP:
# HELP: DESCRIPTION:
# HELP:     Ask for a posfile and play it.
#
PLAY .
CECHO ${$root.func.var.new("string","tmp")}
VARFROMPROCESS tmp eccet_openfile loadpos ${$root.global.dir.pictures}
IF ${$tmp=="."} QUIT
PLAY ${$tmp}
DISP 1
