Author Topic: Subtract a variable from another variable  (Read 405 times)

How do I set it up so I can use a variable to modify another variable? Example:

  • Player has 25 attack power (client variable)
  • Bot has 30 hp (brick variable)
  • Player clicks on Bot
  • 30 hp - 25 attack variable = 5 hp left for the Bot

Has anyone done this before? If not, does anyone know how to do it?

Bump for possibility of help?

you can, easily
input>target>vce_modvariable[varaiblename][subtract][<var:target:valuethingy>]