Henrybk

test macro for ai seq

Aug 20th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. automacro HasItem_off {
  2. InInventoryID 517 > 0
  3. CheckOnAI off
  4. exclusive 1
  5. call {
  6. log The value of our love is very great
  7. }
  8. }
  9.  
  10. automacro HasItem_manual {
  11. InInventoryID 517 > 0
  12. CheckOnAI manual
  13. exclusive 1
  14. call {
  15. log The value of our love is very great
  16. }
  17. }
  18.  
  19. automacro HasItem_auto {
  20. InInventoryID 517 > 0
  21. CheckOnAI auto
  22. exclusive 1
  23. call {
  24. log The value of our love is very great
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment