Very nice , all functions work great with the new MD MYTH PROGRAMMER V2.88. I have also added support for IPS and Game genie codes.
But remember! Game genie cheats are strings , no constant integer arguments , and applies only to the selected game.

You can append them just like any string :
"ENCODED-STRING;ENCODED-STRING"
Also i have done some changes to the parser , here is the list :
->Added support for any integer type. And negative
->Commands can be separated if you need it. Here is an example :
-r "region1" - r "region2" ...
Is same as :
-r "region1;region2"
Only the nesting in the code is different.
Another thing , IO/Country strings must be all in capitals , because i have constant hashes of them.
I will add all the names in the documentation.
Now i just need to test some cases because the complexity of the plugin is quite high & i have to write some basic documentation