Recent content by Headteachers

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

    Chestsell Help

    Skript Version (do not put latest): Skript 2.4-beta5-MH Skript Author: Bensku Minecraft Version: 1.14 --- Full Code: on sign change: if line 1 is "[ChestSell]": set line 1 to "&6&lCHESTSELL SIGN" set line 2 to "&f%player%&7's island" message "&aYou have created a...
  2. H

    Solved Adding a chat message to a variable as a number

    Closed, got help from someone who knew what he was talking about. Thanks anyways!
  3. H

    Solved Adding a chat message to a variable as a number

    Yeah I have no idea how to do that
  4. H

    Solved Adding a chat message to a variable as a number

    No since I didn't make a copy of said code I just tried a ton of different methods over the space of 5 minutes and the code i put above is what i finished at
  5. H

    Solved Adding a chat message to a variable as a number

    the part to check if the message is a number, i think I've already tried this and it doesn't work but if you could help me on how to check if the message is a number then add it to my variable that'd be amazing
  6. H

    Solved Adding a chat message to a variable as a number

    How would I implement that?
  7. H

    Solved Adding a chat message to a variable as a number

    Skript Version (do not put latest): Skript 2.2 (dev36) Skript Author: bensku Minecraft Version: 1.8.8 --- I'm trying to add the message [message is going to be a number] to a variable which serves as a balance [/bal], but it does not add. Full Code: Code (Skript): command /test...