after a lot of trial and error i figured how it can be called from within a profile..
example: (will return true if slots < 12)
for some frustrating reason "not" & ">=" is the opposite of "<=" and it can not be called with "<" ">" or "<=" it will result in error.
example: (will return true if slots < 12)
Code:
<While condition="(not ZetaDia.Me.Inventory.NumFreeBackpackSlots >= 11)" >
<LogMessage output="TRUE" />
</While>
for some frustrating reason "not" & ">=" is the opposite of "<=" and it can not be called with "<" ">" or "<=" it will result in error.






