Search results

  • 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 comminuty!

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

  1. M

    Solved Unable to compare local variable to integer

    what do the brackets do around the parameters? is that what my error was? or was it that i put _local and thats not a part of skript? or something else? also i use tabs but Visual Studio Code turns it into spaces but makes them behave the same way as tabs.
  2. M

    Solved Unable to compare local variable to integer

    command /shop: trigger: wait 3 ticks open chest with 3 rows named "&bShop" to player execute server command "/gui-fill %player% 3" format slot 10 of player with brick block named "&dBlocks" with lore "&bAll the blocks you will" and "&bever need for beautiful"...
  3. M

    Solved Unable to compare local variable to integer

    if arg-2 is 10 then it should return true because 0 < 1
  4. M

    Solved Unable to compare local variable to integer

    Thank u it worked im so dumb wait, why does it always return false? set {_local _slot} to 0 while {_slot} < (arg-2 * 9): ...
  5. M

    Solved Unable to compare local variable to integer

    I have search everywhere on the internet, and I can't figure out how to do it. I have tried making it a global variable, and many other things, but none of them worked. command /gui-fill <player> <integer> <item>: permission: op trigger: set {_local _slot} to 0 while...