whoward69
DLL Minion
I should point out that depending on XML to execute in a specific order is, in general, a bad idea.
Actually, the database updates are guarenteed to execute within a file (XML or SQL) from top to bottom, and within a mod in the order the XML/SQL files are listed in the UpdateDatabase section (which is why there are up/down buttons in ModBuddy) - there's a post somewhere on 2k Forums by FXSS_Seckman about it - otherwise things like <DeleteMissingReferences> are useless.
What is NOT guarenteed is the order that contexts (usually from UI Addins) within a mod are executed or even the order that mods are loaded (although in the latest version of ModBuddy the Associations tab is functional so you may now be able to fix the latter)