I use a layer stacking method. This is done with prefixes. I am starting a lisp routine (wish me luck on this one) in which it asks you to pick a view port. Once it is picked, it will start a VPLAYER command so that I can pick which layers to freeze. I use pop-ups so that people can pick which layers they want, to, say turn off by the use of a *p0=whatever P0=* (macros) now, in a lisp routine, while the command is active, how can I make it so that it will pop up a box from my menu file ex: (command "vplayer" "f" <pop up box and wait for user to select what they want to freeze> The <> is my problem. Any ideas?