Posted by member 7991 on 2004-08-04 10:33:48 link

This:
SC4LClick !PopupDynamicFolder "$Litestep$" [160] [47] [left] [bottom]

should be this:
SC4LClick !PopupDynamicFolder "$Litestep$" 160 47 left bottom

Without the square brackets around the optional parameters (which are: x y top/bottom and left/right). As far as I know, those square brackets will cause problems. I could be wrong tho.