Results 1 to 2 of 2

Thread: Count question.

  1. #1
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Count question.

    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 + ?????

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    SCAR Code:
    Items := InvCount; //will count # of items in your inv.
    WriteLn('Item in inventory = ' +IntToStr(Items));

    Is that what you're asking???

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Count Function
    By smithsps in forum Research & Development Lounge
    Replies: 9
    Last Post: 04-27-2008, 05:21 PM
  2. Count DTM
    By marre in forum OSR Help
    Replies: 6
    Last Post: 11-29-2007, 02:20 PM
  3. I cant count :o
    By Puffo in forum OSR Help
    Replies: 2
    Last Post: 11-25-2007, 03:14 PM
  4. Can you count to 1k posts?
    By Harry in forum News and General
    Replies: 5
    Last Post: 07-12-2007, 03:40 AM
  5. can't type and count!
    By robeike in forum OSR Help
    Replies: 4
    Last Post: 02-10-2007, 04:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •