# root/uiinventorywindow.py // search def RefreshItemSlot(self): self.RefreshBagSlotWindow() self.RefreshEquipSlotWindow() #find self.wndMoneyy = 0 itemName = 71084 # Item Vnum itemCount = player.GetItemCountByVnum(itemName) self.wndMoneyy += int(itemCount) money = localeInfo.NumberToMoneyString(itemCount) self.wndMoney.SetText("%s" % money)