pz_neko

Untitled

Aug 12th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on RightClick on a monster:
  2. Player is Sneaking
  3. Player has permission "admin.sk"
  4. open chest with 3 row named "&A&lSetting" to player
  5. loop 27 time:
  6. add 1 to {_n}
  7. if {_n}-1 is not 10 or 12 or 14 or 16:
  8. set slot {_n}-1 of Player's current inventory to dark gray glass pane
  9.  
  10. on inventory Click:
  11. if name of Player's current inventory contains "&A&lSetting":
  12. if clicked-item is dark gray glass pane:
  13. cancel event
Add Comment
Please, Sign In to add comment