2013-06-13, 10:50 PM
(2013-06-13, 07:54 PM)HwitVlf link Wrote:Sounds neat. Wouldn't it work just as well to use simple math tags like:
Damage=(Attack1-Defense1)+(Attack2-Defense2)... etc
I can see how such labels could fall short for advanced stuff, but it would be quite simple for beginners to pick up.
That's how it works. It's like a calculator. For that you would do:
hit_outcome_quantifier = 1_-2_
Or:
hit_outcome_quantifier = _[1]-_[2]
Or if parameter labels are implemented for extensions:
hit_outcome_quantifier = _[HP]-_[AP]
Or:
hit_outcome_quantifier = _[Attack]-_[Defense]