Hmm. It looks like it's the variable name, "ADD". Type
/ADD then hit enter. You get the same error.
After further inspection there appear to be other issues with how this is working. I'll play with it a bit and see if I can find a resolution.
This is bizarre.
16p77g77s78c works. 16p77g77s79c fails
16p77g72s40c works. 16p77g72s39c fails
Depending on the value, you get a phantom copper or two or four. :P
So, the solution is to break up the transaction. It does cause extra bank spam, but it works.
For example:
Code:
OnPress="iPLAT=Parent.Plat.LocalText*1000000
iGOLD=Parent.Gold.LocalText*10000
iSILVER=Parent.Silver.LocalText*100
bank_deposit iPLAT
bank_deposit iGOLD
bank_deposit iSILVER
bank_deposit Parent.Copper.LocalText"