Open/Merge/XRef/Cancel pop-up menu
Hi,
How can I prompt this menu through maxscript? I can't seem to find any information on it.
(This is the pop-up you see when dragging a max file from windows into max)
Why can't it be as simple as the mergemaxscene dialog!? (i.e. mergemaxfile "C:/Desktop/maxfile.max" #prompt)

Comments
you need similar RCmenu?
and wish to start it w/o drag-n-drop file but then right click on the view port? i.e. something like this:
my recent MAXScripts RSS (archive here)
:)
Thanks heaps
I was hoping there was a way to call it that didn't involve creating it from scratch, but this will do fine.
In the end it wasn't really what I was looking for, so I just made a rollout with a couple of buttons. Thanks anyway :)