Oxalist

Drag Item to Tool Skript

Nov 10th, 2018 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on inventory click:
  2. if player's cursor slot is rose red:
  3. #if name of player's cursor slot is "": # If you want to put the name you can
  4. if clicked item is rose red:
  5. # if name of clicked item is "": # If you want to put the name you can
  6. cancel event
  7. set player's cursor slot to air
  8. set clicked item to air
Add Comment
Please, Sign In to add comment