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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Philotastisch

Member
Sep 25, 2019
45
0
6
17
Hi,I want to script an object that is in Hypixel SkyBlock (golem armor). Unfortunately, I do not know how to do it, that you can only craft the item once you have reached the required "iron level".Is it possible to ask script for a player's Iron Level with a variable, for example
Code:
on crafting:
     if {ironlevel.%Player%} is greater than 5:
          (Add crafting recipe)
     if {ironleve.%Player%} is less than 5:
          stop
and if you do not have that level you can not CRAFT? Because custom crafting recipes are loaded when the script has been loaded or not?Can someone help me please?Thank you very much.Sorry for my bad English.
 
Status
Not open for further replies.