Advertisement
ReshiStar

Untitled

Dec 13th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. MyScript:
  2. type: world
  3. debug: false
  4. events:
  5.  
  6. on player right clicks dried_kelp_block:
  7. - if <context.location> == <location[-54,4,176,dungeon]> || <context.location> == <location[-54,5,176,dungeon]>:
  8. - execute as_op "opendoor dungeononedoorone"
  9. - else if <context.location> == <location[-84,4,182,dungeon]> || <context.location> == <location[-84,5,182,dungeon]>:
  10. - execute as_op "opendoor dun01wooden01"
  11. - else if <context.location> == <location[-90,4,176,dungeon]> || <context.location> == <location[-90,5,176,dungeon]>:
  12. - execute as_op "opendoor dun01door2"
  13. - else if <context.location> == <location[-96,4,170,dungeon]> || <context.location> == <location[-96,5,170,dungeon]>:
  14. - execute as_op "opendoor dun01door3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement