Results 1 to 2 of 2

Thread: Error: Exception: The bitmap[0] does not exist at line 664

  1. #1
    Join Date
    Dec 2012
    Location
    North Dakota
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Error: Exception: The bitmap[0] does not exist at line 664

    I found the problem, I'm not sure how to delete this post. Thank you.
    Last edited by Soulipsism; 01-13-2013 at 10:55 PM.

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    You never loaded your variables (DTM's procedure) before calling your MoveItemDTMToSlot procedure.

    change your main to
    Simba Code:
    begin
      LoadVars;
      MoveItemDTMToSlot(NoteSwordfishDTM, 28);
      // recommend a freeVars procedure here for DTM's..
    end.

    Cheers,
    Lj

Thread Information

Users Browsing this Thread

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

Posting Permissions

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