I want to confirm if level check (equipment) is working as intended. Lets say I have a level 5 equipment on the player and I use the node Equipment Check but set the level of the check to 1. Is it suppose to return true even though the player is equipped with a level 5? Is the check actually "equal or less than" instead of just "equal"?
  • The equipment must have the same level or a higher level than the one you check for. So checking for level 1 will return true for 1, 2, 3, etc.
    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!
  • I see, is there no method for checking levels just for equal?
  • I don't think there currently is one - I'll look into adding this.
    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!
Sign In or Register to comment.