How can i get scar to count how many items are in my inventory and report it in a progess report.
ex.
SCAR Code:Count Item in inventory;
Item in inventory = 13
Items := Items + ?????
How can i get scar to count how many items are in my inventory and report it in a progess report.
ex.
SCAR Code:Count Item in inventory;
Item in inventory = 13
Items := Items + ?????
SCAR Code:Items := InvCount; //will count # of items in your inv.
WriteLn('Item in inventory = ' +IntToStr(Items));
Is that what you're asking???
There are currently 1 users browsing this thread. (0 members and 1 guests)