
objsetitemdata and itmgetdata problem
I'm having inexplicable problems with itemdata. "lastMunition" is not getting stored, even though "fireCount" is with identical syntax.
I'm currently using objsetdata and objgetdata with name mangling as a substitute and that does work, which demonstrates that the statements are being executed.
The only thing I can think of to explain this is that objsetitemdata
silently fails if more than two keys are placed on an item. Whyever this is failing it is doing so silently. This is
bad.
I don't have the time to set up a better test case right now since I'm in the middle of a rats nest of interlocking bugs.