Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. on rightclick on sign:
  2. if player is holding paper:
  3. set {_hotel} to "%line 1 of clicked block%"
  4. set {_tool} to player's tool
  5. set {_block} to block below event-block
  6. if name of {_tool} is "&e&lCARD &6%{_hotel}%":
  7. activate block behind {_block}
  8. wait 3 seconds
  9. deactivate block behind {_block}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement