How to change order of dropdowns in menu item?

I created a menu item with multiple drop downs and I want to know how I could change the order they appear? Each one is in a separate script so I have no clue how I can make one come before the other. Thanks for any help!

MenuItem lets you specify priority.

[MenuItem ("Tools/Example", false, 300)]

Check the MenuItem constructor.