FindItem/FindItemCount and Cursor Items
Posted: Fri Sep 22, 2017 10:34 am
Before this last patch, FindItemCount included items on the cursor.
This is no longer the case.
If you have 10 in inventory and 1 on cursor
However FindItem appears to still factor cursor in. if all of an item is on the cursor, count is 0, and found is still valid
This is no longer the case.
If you have 10 in inventory and 1 on cursor
Will return 10. Previously it was 11. More importantly, if all are on cursor, count is 0.${FindItemCount[=Vegetables]}
However FindItem appears to still factor cursor in. if all of an item is on the cursor, count is 0, and found is still valid
${FindItem[=Vegetables]}