Advertisement
ExcaliburNUMNUM

triggerreaderplace.txt

Jun 8th, 2020
3,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.62 KB | None | 0 0
  1.  
  2.  
  3.  
  4. ///LOG(Postion 1 Lever);
  5. //LOG(%@#xpos1%);
  6. //LOG(%@#ypos1%);
  7. //LOG(%@#zpos1%);
  8. //Postion 2 SIGN
  9.  
  10. //LOG(Postion 2 Sign);
  11. //LOG(%@#xpos2%);
  12. //LOG(%@#ypos2%);
  13. //LOG(%@#zpos2%);
  14. #xfin = "(%@#xpos1%) - (%@#xpos2%)";
  15. #yfin = "(%@#ypos1%) - (%@#ypos2%)";
  16. #zfin = "(%@#zpos1%) - (%@#zpos2%)";
  17.  
  18. //LOG(#xfin = %#xfin%);
  19. //LOG(#yfin = %#yfin%);
  20. //LOG(#zfin = %#zfin%);
  21.     KEYDOWN(42); //must use shift to place on a chest or on another sign. which is why this command is here.
  22.     WAIT(5t);   //wait inserted for lag issues.
  23.     PLACESIGN(,[MCZ295],%#xfin%:%#yfin%:%#zfin%,);
  24.     KEYUP(42);  
  25. STOP;
  26.  
  27.  
  28.  
  29. STOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement