Abyss
Well-known member
- Joined
- Sep 30, 2005
- RedCents
- 69¢
How would I go about adding a feature in a macro, that once I have no room in my inventory it would process a certain command?
I am using ninjadvloot
This is a example of what I am trying to do:
Any ideas?
I am using ninjadvloot
This is a example of what I am trying to do:
Rich (BB code):
/if (${Me.FreeInventory}>=0) {
/echo No more Inventory space
/call movetovendor
Any ideas?

