edited September 2022 in General Support
Hii, Im wondering is there a way to implement different weapons do different things. For eg - An Axe can only chop trees, Shovel can only plow land, etc.

Thank you so much.
Post edited by zacc on
  • Sure - since you implement those things (chop tree, plow land, etc.) anyway, you just need to check for the player's equipment.

    E.g. using the Check Status node, you can check for a specific equipment (Equipment check) or for an item type being equipped (Equipment Item Type check).
    When you have your weapons separated by different item types, e.g. axes, shovels, etc., checking for the item type is the way to go here :)
    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!
  • Thank you so much Gil !
Sign In or Register to comment.