Recent content by Remixful

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

    Wait for function to finish

    on script load: loop 3 times: foo() broadcast "2 seconds should've passed" function foo(): wait 2 seconds broadcast "2 seconds have passed" output: I would like the loop to wait for foo() to finish running before continuing. Is there a way to achieve this?
  2. Remixful

    Addon Sk-NBeeT

    set {_firework} to "firework" parsed as entity type add "{LifeTime:2}" to entity-nbt of {_firework} broadcast "%{_firework}'s entity-nbt%" Nbt is empty after setting it and nothing is changing.
  3. Remixful

    Solved Setting sign text

    Hello everyone. I'm new to Skripting. So, I'm trying to figure out a way of creating a sign and setting the text of it. This is my first attempt. set {_sign} to sign set line 1 of {_sign} to "test" send "%line 1 of {_sign}%" it prints <none> which really frustrates me. (and of course the sign...