Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- automacro HasItem_off {
- InInventoryID 517 > 0
- CheckOnAI off
- exclusive 1
- call {
- log The value of our love is very great
- }
- }
- automacro HasItem_manual {
- InInventoryID 517 > 0
- CheckOnAI manual
- exclusive 1
- call {
- log The value of our love is very great
- }
- }
- automacro HasItem_auto {
- InInventoryID 517 > 0
- CheckOnAI auto
- exclusive 1
- call {
- log The value of our love is very great
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment