Posted by member 2018 on 2004-03-02 23:52:22 link

you could mostly fake it by subverting !popup with mzscript
& Bpopup

the script should call 4 popup menus
;{ Quad Popup
*Script bang !popup
*Script exec !popup1 %{mousex} %{mousey}
*Script exec !popup2 %#%{mousex}-popupwidth%# %#%{mousey}-popupheight%#
*Script exec !popup3 %#%{mousex}-popupwidth*2%# %#%{mousey}-popupheight%#
*Script exec !popup4 %#%{mousex}-popupwidth%# %#%{mousey}-popupheight*2%#
*Script ~bang
;}


this script probably won't work as i havn't tested it but hopefully you get the idea