ImMeh Posted May 13, 2020 Share Posted May 13, 2020 Is there a way to check if a item, is clicked with another item? Like if a hoe is clicked with a book. Link to comment Share on other sites More sharing options...
WesGamer Posted May 14, 2020 Share Posted May 14, 2020 Yes i think this would work on inventory click: if clicked-item is dirt named "Dirt": if cursor-slot is stone named "Stone": remove dirt named "Dirt" from player remove stone named "Stone" from player give cobblestone named "Dirt Stone" to the player I dont know if this requires addons and if it gives a error at line 2 or 3 try to remove the - and if there are any other errors tell me in this topic ☺ Link to comment Share on other sites More sharing options...
ImMeh Posted May 14, 2020 Author Share Posted May 14, 2020 6 hours ago, WesGamer said: Yes i think this would work on inventory click: if clicked-item is dirt named "Dirt": if cursor-slot is stone named "Stone": remove dirt named "Dirt" from player remove stone named "Stone" from player give cobblestone named "Dirt Stone" to the player I dont know if this requires addons and if it gives a error at line 2 or 3 try to remove the - and if there are any other errors tell me in this topic ☺ Hi thank you for responding. I have tried the thing you sent me (and the exact thing you sent me). Unfortunately it doesn't work for me. If it works for you, I would like a list of all your addons. Mine are MorkazSk, SkBee, Skellett, SkQuery, skRayFall and TuSKe. Link to comment Share on other sites More sharing options...
ImMeh Posted May 15, 2020 Author Share Posted May 15, 2020 on inventory click: if clicked item is hoe: if clicked cursor is knowledge book: This works Link to comment Share on other sites More sharing options...
WesGamer Posted May 15, 2020 Share Posted May 15, 2020 I think that requires MorkazSk and i dont have that so i think it doesnt work for me but you do have it so great! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now