Recent content by ItzGabryXV_

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

    Hi. Im making a skript about medicines in minecraft for an italian server. And im having problems using the GUI:

    Im creating a skript for an italian server. Thats about operating in case of intossication. Im making this from 0
  2. I

    Hi. Im making a skript about medicines in minecraft for an italian server. And im having problems using the GUI:

    The skript part is like: function operint(p1: player): set {_operint} to a new chest inventory with 6 rows with name "&4Operazione per &lINTOSSICAZONE" set slot 0,1,2,10,11,12,13,20,21,22,30,31,32,33,40,41,42,43,50,51,52,53,60,61,62 of {_operint} to red stained glass pane with name...
  3. I

    How can i check if a variable is set for another variable?

    _player is a random player (This is not part of the code): if {_casualinjury} is 1: if {ipotermia::{_player}} is not set: add {_player} to {febbre::*} send title "&cSTAI MALE" with subtitle "&eTi senti molto accaldato" to {_player} for...