View Single Post
  #2  
Unread 06-20-2008, 11:20 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

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"

Last edited by pooka : 06-20-2008 at 01:08 PM.
Reply With Quote