edited March 2021 in ORK Support
I am making hit chance formula, using kind of (user speed + user dex) / (target speed + target dex) calculation in it but I cannot find how to do this in tutorial & how-to. Can I find some binary operation node or something?

EDIT: and how can I remove my own dumb question from the forum?
Post edited by BaalDL on
  • Since ORK's formulas are basically flow charts, calculating node by node, you have to split this up into 2 formulas:

    1) target speed + target dex
    2) user speed + user dex / formula #1

    There are currently no binary operators availabe.

    I don't think you can remove topics as a user, so just let me know if you want something deleted :)
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • You can use "Store Formula Value" node ,
    (a+b)/(c+d) only 1 formula
    eg :
    image
Sign In or Register to comment.