return value

  • 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 return something in function when clicked on inventory with skript-gui

    i have a function that creates a gui and when a player clicks on a item it returns something. when i want to reload my skript it says "The return statement cannot be used here"
  2. 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...