Just replace that command with
data 81 0D 10 E2 49 00 00 10 00 00
The parser was technically designed for mostly NPC/Weapon hacking (the traditional stuff), so if you're making a special thing like a TSC user input command, you're bound to run into issues.
I'm in the process of fixing these issues, but it's really only going to be a temporary solution, since more "unparsable" stuff will probably start cropping up and rearing their ugly heads.
Eventually, I want to rewrite my algorithms so that I can better take advantage of Intel's instruction encodings, so that it'll be a lot easier to support every variation of every instruction.
data 81 0D 10 E2 49 00 00 10 00 00
The parser was technically designed for mostly NPC/Weapon hacking (the traditional stuff), so if you're making a special thing like a TSC user input command, you're bound to run into issues.
I'm in the process of fixing these issues, but it's really only going to be a temporary solution, since more "unparsable" stuff will probably start cropping up and rearing their ugly heads.
Eventually, I want to rewrite my algorithms so that I can better take advantage of Intel's instruction encodings, so that it'll be a lot easier to support every variation of every instruction.