I have a question about state WEIGHTs' incorporation into DLG files. I am interested in where a state with negative WEIGHT is put - does it go to the top and shove others down, or does it go at the bottom of the file and get noted with importance some other way? I ask as I know DLGs run top to bottom normally.
Why is this important? Consider this...
Suppose I have HELLO.DLG, with states 0, 1 and 2.
Mod A does an I_C_T into state 0.
Mod B adds a state with WEIGHT -1 into HELLO.DLG.
So, would install order matter? If B is installed before A, will the I_C_T end up in the wrong place?
If so, any ideas on contingencies to get around this?