On equip with no addons?

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

    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.
Dec 19, 2019
31
2
8
Hello, is it possible to make a no equip code without SharpSK?
I tried this but it doesn't work:
Code:
on right click with leather helmet:   
    loop all entities in radius 6 around player:
        if loop-entity is villager:
            cancel event
 
You can't use cancel event with this is their a solution for this?
Oh yes i forgot Uhm.

I took a closer look. In ur posted Script it seems like cancel event works (serverside) but the client still puts the item in the armorslot.

U can check that what happens if the item gets equipped and u right click a second time or open your inventory and click on the slot where it used to be. Does it magicly appear back?
 
Status
Not open for further replies.