commands help

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

    Solved How to add arg 1 to your money amount?

    Hello! Im trying to create a comand that gives the player money. But it's saying arg 1 iant a solid number. How can I fix this? command / mrbeast <number>: permission:op trigger: if arg 1 is a number: add %arg-1% to player's balance send "&C%arg-1%$ &4...
  2. K

    Solved Console Executes Random Commands from List of Commands

    Hello everone, I am really new to skript, I am planning to let console do a single random command among a list of commands after every certain amount of ticks. Here is what I got so far. make console execute command "/cmd1" make console execute command "/cmd2" make console execute command...