Recent content by OneBigMeatball

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

    Solved Command not recognized by SK?

    A person on the sk unity discord solved it :D it didnt work because I had skemail
  2. O

    Solved Command not recognized by SK?

    command /buyshop [<text>]: trigger: if arg 1 is "irongen": if {balance::%player%} is more than or equal to 100: add 1 iron block named "&fIron &7Generator" to player subtract 100 from {balance::%player%} else if...
  3. O

    Can't run multiple lines of code with format slot?

    It is not but it doesnt matter because I think it only works with tuske
  4. O

    Can't run multiple lines of code with format slot?

    like this? on right click on gold block: open chest with 3 rows named "Menu" to player message "test" format slot 13 of player with oak wood planks named "test" to close then run [set block above event-block to oak planks if {balance::%player%} is more than or equal to...
  5. O

    Can't run multiple lines of code with format slot?

    on right click on gold block: open chest with 3 rows named "Menu" to player format slot 13 of player with oak wood planks named "test" to close then run [set block above event-block to oak planks if {balance::%player%} is more than or equal to 100]->[subtract 100 from {balance::%player%}...
  6. O

    Can't run multiple lines of code with format slot?

    Now it doesnt open the menu at all but it doesnt give any errors
  7. O

    Can't run multiple lines of code with format slot?

    The [effect1]->[effect2] thing works, but is there a way to add if statements to it? for example: if something is true > do this
  8. O

    Can't run multiple lines of code with format slot?

    Is there a way to put multiple lines of code in [] when you do format slot (number) of player with (item) to close then run [here]? and I dont want it to make the player run or make the console run a command because I want to use event-block in it like this: on rightclick on gold block...