Auto compressor

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

RYP40

Member
Dec 18, 2024
1
0
1
21
Hello i have just made a skript for a auto compressor which should make iron into the compressed iron but it is not working can anyone help?

1734504711992.png
1734504767516.png




1734504821183.png
 
Hey, I would like to point out some indentation,

always indent after at ":"

For you line 2

Do

Code:
If player's offhand tool is conduit named "iron compressor":

Oh, and 1 more thing.

instead of doing {amountOfIron} do {_amountOfIron} (temporary variable, wont save to server, can only be used in that function)