View Single Post
  #21  
Old 25th April 2009, 11:10 PM
runehero123's Avatar
runehero123 runehero123 is offline
DJ Jamjars
 
Join Date: Jan 2007
Location: Look behind you...
Total Awards: 1
INFECTED - B1K1 
Actually, I was messing around with the ASM routine that displays the items in the totals menu.

There are two loops. A loop that checks the amount of each item in the totals menu. If > 0 it will create a slot in the totals menu for that item. The next loop also checks the item amount and if it's > 0 it will load the image for that item and the text into the proper slot.

However, it clearly only checks up to the 8th item in the totals menu (blueprints). Since the ice-key is the 9th item in the totals menu, it's not possible that the ice-key will load into the totals menu using this routine.

It makes sense too seeing as it shouldn't matter how many ice-key's you've collected (since only 1), but if you've activated some sort of trigger, or flag. I've forced the script to also load the 9th item, but it loads without a picture(probably because the script doesn't know which image to load?).