set

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

    Solved Setting the number in item's lore as a variable

    Hey everyone! I need your help about two problems. I am trying to make a money bag skript. Basically, when player right clicks with a book, I want an inventory to open with the number of gold nuggets according to the item's lore. Check the code you will get what I mean. on right click with book...
  2. arther

    Time add doesn't really work.

    Hello, wonderful people of the SkUnity Community. I recently started to enter the "Skript-Flow" which lead me to make several creations that make me absolutely happy! Today I wanted to create a command that sets the world time fluidly instead of an instant time change. I'm sorry that some...
  3. M

    Way to cut/sub a string? This should be simple...

    Let's assume I have this code: set {specialString} to "This is a special string" How can I get the last word in that string and set that to a variable?