Jump to content

can someone help me with my skript


MrNitoy

Recommended Posts

Posted (edited)

 Can someone help me with this skript

every second:

 

    loop all players:     

 

        if player offhand is stone named "&fAuto Compresser":

Errors

23:53:27 INFO]: There's no player in a periodical event

[23:53:27 INFO]: Line: if player offhand is stone named "&fAuto Compresser":

 

Edited by MrNitoy
Link to comment
Share on other sites

Hi. Inside of a loop, you need to specify that you're talking about the loop-player, instead of just player. This is to help distinguish between who you're talking about inside of events that do have a player, like on drop. Try replacing "player" with "loop-player" and see if that works.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...