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 comminuty!

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

  1. A

    Skript does not understand the event

    is not walk on dirt or grass: apply slowness 2 to the player for 1 second
  2. A

    How to make a negative condition

    How do I make a negative condition in this script, I need not instead of on, but it throws an error on walking on dirt or grass: remove slowness from player
  3. A

    need a script for random

    If the player is in the world "World" then every 5 seconds, the script selects a random game on the server and writes to the chat "Random: "name of the random game"
  4. A

    Solved There's no player/console in a periodical event

    An error appears in the script every 2 seconds in "world": loop all players: loop-player is the owner of the region "cafe" add 150000 to loop-player's balance message "&eВот твоя выручка:&c+150,000$" The error "There's no player/console in a periodical event Cbiz. sk...
  5. A

    There's no player in a periodical event

    What's wrong with the script? I'm just a beginner and I can't figure it out every 2 seconds in "world": player is the owner of the region "cafe" give player 1 stone The error "There's no player in a periodical event Cbiz. sk, line 3: give player 1 stone'"
  6. A

    Solved The script does not work (no errors)

    What could be wrong? :( on region enter: if "%region at player%" is "cafe": message "Welcome back to %region%!" send "%player% just entered %region%!" to all members of the region
  7. A

    What's the problem with the script?

    on region enter: if "%region at player%" is "cafe" message "Welcome back to %region%!" send "%player% just entered %region%!" to all members of the region What's the problem with the script? I can't understand for 2 days already
  8. A

    Is Member/Owner of Region

    How to make this script work only for a certain region on region enter: player is the owner of the region message "Welcome back to %region%!" send "%player% just entered %region%!" to all members of the region