return

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

    Solved Return not working. Am I too dumb?

    Hi! I'm currently making a seperate money system for a roleplay. This is why I added a moneyAPI. I added a moneyAPIverify() function, what I can call in other skripts to check if the API is on, but somehow it gives me an error. My code: function moneyAPIverify(): return "api_found" This...
  2. L

    Solved Local effects -> return boolean (true/false)

    Hey, I was wondering if it is possible to create my own permissionsystem in skript. But i dont want to write 'if {perms::%uuid of player%::*} contains <text>'. So I thought of a local effect I began like: local effect if %player% (has|have) permission %text%: set {_p} to expression-1...
  3. B

    Using variables from function return

    I would like to stop the skript if a permission is negative, but I don't know how to check a value from a function return :emoji_frowning: Her's the code, the real code is more complicated, but I let only the important things, to let you understand it. That's why you could thing that I don't...