Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- automacro HasItem_1 {
- InInventoryID 517 > 0
- exclusive 1
- priority 1
- call {
- log The value of our love is very great
- lock all
- }
- }
- automacro HasItem_2 {
- InInventoryID 517 > 0
- exclusive 1
- priority 2
- call {
- log The value of our love is very great
- lock HasItem_2
- release HasItem_3
- }
- }
- automacro HasItem_3 {
- InInventoryID 517 > 0
- exclusive 1
- priority 3
- call {
- log The value of our love is very great
- release all
- lock HasItem_1
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment