Recent content by T3chnicality

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

    Length of argument

    #Clans Skript created by Tech#3251/TechnicalityMC options: prefix: &8[&c&lCLANS&8] &r| on load: set {id::*} to "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i"...
  2. T

    Length of argument

    Skript Version 2.7.0-beta2 Skript Author: T3chnlcality Minecraft Version: 1.19 When i use the length of argument expression, it doesn't produce an error, but it will instantly go to my else! Code: if length of arg-3 < 2: #code else: #error message and the #error message above is what...