Search results

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. White

    Solved Help Fast As Possible

    It literally says the error. INDENTATION error because it EXPECTED 3 tabs but FOUND 12 spaces.
  2. White

    choose number

    Example. set {_random} to a random integer between 1 and 10 if {_random} is 1: set {var} to a random integer between 5000 and 10000
  3. White

    Add String

    If you're doing this to non-list variables, then it would be set {_string} to "%{_string}%, test2" EDIT: Donut was quick :P However, I wouldn't recommend doing this because list variables can do it better (for looping and outputting values). For example, add "test1" and "test2" to {_strings::*}
  4. White

    Conditions in skript

    Skript doesn't really have a good way of doing this. However, there is a thread that had the same question. https://forums.skunity.com/threads/string-or-string.5780 It looks pretty ugly but I believe that's the only way you can add more than one conditions in one line.
  5. White

    lore

    https://forums.skunity.com/threads/how-do-i-add-a-lore-to-a-tool.6311/ The answer is in here. Why are you making another thread with basically the same question.
  6. White

    Solved Making a deathnote

    What doesn't work? Also, try doing, if loop-player is arg-player:
  7. White

    Solved Unbreakable tool

    What errors does it throw? We can't help you with little information that doesn't lead us to anything.
  8. White

    Guided Arrows

    https://docs.skunity.com/syntax/search/homing To achieve this, you need to loop consistently.
  9. White

    Solved Unbreakable tool

    Because Bensku tends to put his features on his website.
  10. White

    i got some problems... and nobody helps

    Your 3rd code doesn't work because "stop" will end the code completely. Just check if the variable is not 0.
  11. White

    Generating a random number and then using it

    https://docs.skunity.com/syntax/search/addon:skript%20random
  12. White

    Script iEssentials

    To be honest, it's not a good idea to update so constantly. Just do mini/major updates every week so that people who use this script don't rely on having to update consistently.
  13. White

    Solved Loop Issues

    This is very inefficient and I don't see why you need to loop every 3 ticks to all players. Also, using that method is not good for a larger player base, which is why using the while loop under the on join event is way better. on join: wait 1 tick while player is online: # stuff...
  14. White

    Is there a better way?

    Not sure what you mean by how you improve the code because the code is pretty much the best way you can do it.
  15. White

    Solved Loop problem

    Sigh. just do this, "TT.gag.%{_count}%" That's the point I'm trying to make.
  16. White

    Solved Loop problem

    Example is {var::%{_anotherVar}%}. But this isn't what your issue is on. Your problem needs % % around the variable inside a text. I was only saying that to remind you what using % % around variables can be used in.
  17. White

    Solved Loop problem

    When variables are in a text or in another variable, they need % % around it.
  18. White

    Someone who can help me?

    Debug. Always debug. That's the only way you'll be able to figure out your problem.
  19. White

    Solved every 5 seconds

    Then provide the code.
  20. White

    Solved every 5 seconds

    So what exactly isn't working? Is it the event or nothing being given to the loop-player.