1. Can someone please provide an example of how to loop through all the items on a players belt and print it to the console?
     
  2. Code:
                foreach (var item in player.inventory.containerBelt.itemList)
                    Puts(item.info.displayName.english);