Solved Skript amount of item in a slot?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

MCProHost

Active Member
Sep 17, 2017
80
0
0
code_language.skript:
on inventory close:
   if inventory name of player's current inventory is "&5Selling - Shop":
       loop items in player's current inventory:
           if event-item is iron ore:
               send "&aYou sold: %item amount of iron ore in player's inventory%"
"
"

Returns 1 for everything

No errors,

Skript version: 2.2-dev25
 
Last edited:
Status
Not open for further replies.