loop all items stopped working

  • 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.

carelli99

Member
May 19, 2017
3
0
0
Skript Version: v2.2-dev31
Minecraft Version: 1.11
---
Full Code:

code_language.skript:
loop all items in the inventory of player:
        if amount of stone:0 in player's inventory >= 32:
                 remove 32 of stone:0 from player's inventory

Errors on Reload:


Code (Skript):
  1. [12:06:14 ERROR]: [Skript] Can't understand this loop: 'loop all items in the inventory of player' (sell.sk, line 11: loop all items in the inventory of player:')

Other Useful Info:

Guys why does loop all items stopped working in dev31? i used in previous versions
 
If it works on dev30 then you should just report it to bensku, who would have more info on the matter.
 
Status
Not open for further replies.