loop value

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

  1. PixelCraft_I_D_K

    Skript How to make a simple proximity chat system with loop-value

    Hello! This is a simple Skript tutorial on how to create a Skript proximity chat system. How it works: It will tell the player how many people heard them and it will send the player's message to everyone within a 12 (configurable) block radius. Skript Template: on chat: loop all players...
  2. L

    Every syntax with variables

    on load: set {autoCraftTime::default} to 30 set {autoCraftTime::elite-soldier} to 20 set {autoCraftTime::general} to 15 set {autoCraftTime::senior-general} to 10 set {autoCraftTime::captain} to 5 set {autoCraftTime::elite-captain} to 3 set {autoCraftTime::sergeant} to...
  3. pokw

    No loop that matches loop-value

    Not sure why it says there's no loop here, any ideas? function removeEnch(i: item, e: enchantment): loop enchantments of {_i}: add "%loop-value% %level of loop-value of {_i}%" parsed as an enchantment type to {_e::*} disenchant {_i} loop {_e::*}: if "%loop-value%"...