The equipment manager uses 6 character Form IDs (excluding trimmed 0's), even for light mods. This means that if your load order changes, you end up with duplicate entries, and the need to copy any edits from the old one to the new one.
Current ID: 0xc19d9
Expected ID: 0x9d9
It looks like you have most of the work done already, but by looking at the code, I believe this will pad the 3 character ID with 0's if used as it is.
|
string function FormToHex(Form aForm) global |