Henrybk

enable disable fix

Aug 20th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. automacro HasItem_1 {
  2. InInventoryID 517 > 0
  3. exclusive 1
  4. priority 1
  5. call {
  6. log The value of our love is very great
  7. lock all
  8. }
  9. }
  10.  
  11. automacro HasItem_2 {
  12. InInventoryID 517 > 0
  13. exclusive 1
  14. priority 2
  15. call {
  16. log The value of our love is very great
  17. lock HasItem_2
  18. release HasItem_3
  19. }
  20. }
  21.  
  22. automacro HasItem_3 {
  23. InInventoryID 517 > 0
  24. exclusive 1
  25. priority 3
  26. call {
  27. log The value of our love is very great
  28. release all
  29. lock HasItem_1
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment