sirayasiki

Untitled

Apr 8th, 2025 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. on right click with book:
  2. open anvil inventory to player
  3. set slot 0 of player's current inventory to paper named "申請用紙"
  4.  
  5. on inventory click:
  6. set {_a} to event-inventory's type
  7. set {_b} to event-slot's index
  8. send "%{_a}%%{_b}%"
  9. if type of event-inventory is anvil inventory:
  10. if event-item is paper:
  11. set {_C} to event-item's name
  12. send "金床%{_C}%"
  13.  
Advertisement
Add Comment
Please, Sign In to add comment