Recent content by TheChromiumHorse

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

    Solved Variable inside a variable?

    This will only work if you place the player's name at the end of the command - having arguments after it won't be possible.
  2. T

    Solved Variable inside a variable?

    I do not fully understand, but I got an idea. Maybe split %arg 1% by {player}? I am going to try this right now, and I post my code if someone else is also interested.
  3. T

    Solved Variable inside a variable?

    I am trying to execute a command, including each player's name it. Having the players "Player1", "Player2", "Player3", etc. and executing the command "/somecommand givecrate %{somevariable.player}%" should give a crate to all players. So what's the sense? There is no /giveallcrate command, so...
  4. T

    Solved Variable inside a variable?

    Skript Version: latest stable version Skript Author: Bensku Minecraft Version: 1.8.8 Hello there, As I described in the title, I am attempting to use a variable inside another variable. I know about {variable.%player%}, but here I think I need something more specific. Anyway, here's my code...