Recent content by seaseasea

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

    Solved Custom item drop

    options: fthe_blocks: stone, diorite ... set {_fthe_blocks_random::*} to split "{@fthe_blocks}" at ", " set {_fthe_blocks} to random element out of {_fthe_blocks_random::*} send "%{_fthe_blocks}%" drop {_fthe_blocks} at location 64, 2, -348 in...
  2. S

    Help with item drop

    The strange thing is that, for example in this code: if event-block is red_banner: it determines the color of the banner. It's very strange.
  3. S

    Help with item drop

    Hi all, I'm doing Capture the Flag mode and at some point I need to reset the flag when a player dies. And in one of the main code snippets I use the following code: drop 1 red banner at {_deathGray} But this piece of code doesn't work and gives an error "Can't understand this condition/effect...