I would like to set up the following in Schematics, but I can't figure it out.
I am stumped from specifying the variable for the number of porton.

ORK3 3.16.2
Inventry>Items> 0:potion
(1) The number of GOLD is obtained by multiplying the total number of porton possessed by 100.
(2) The total number of items in possession is set to 0.
  • Use a Store Inventory Quantity node to store the number of potions in the inventory into a local (int) variable.

    Use a Remove From Inventory node to remove that number of potions from the inventory (i.e. quantity uses Variable > Int Variable).

    Use a Change Variables node to multiply the int variable holding the number of potions by 100 (i.e. operator Multiply).

    Use an Add To Inventory node to add gold using the int variable (which now holds number of potions multiplied by 100).
    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!
  • Thanks for the quick answer, much appreciated.
Sign In or Register to comment.