View single post by slychiu
 Posted: Saturday Apr 4th, 2015 07:27 am
 PM  Quote  Reply  Full Topic 
slychiu



Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5498
Status: 
Offline

  back to top

There is no direct way to add 2 counters

There may be an indirect way  because there is an action to subtract counter from last action value

Get Counter Counter001
Get Negative
Set Counter002
Get Counter Counter003
Subtract Counter002
Set Counter004

This adds counter 3 to counter 1 and saves in counter 4

counter 2 is used to hold the negative value of counter 1
counter 3 - counter 2 should be the same as counter 3 + counter 1

but I am not able to test tihs now

 Close Window