Hello everyone, my problem is:
after using the "for k, in pairs ..."
its returns to me
10 1 15
MEANING i have: 10 Itens on Slot1, 1 Iten on Slot 2, 15 Itens on Slot 3.
Now i need to PLUS these numbers and Print the result! (10+ 1+ 15 = 26)
IMPORTANT PART OF THE CODE:
for k, detalhes in pairs(Details) do if detalhes.Name == "Block of Iron" then local b = detalhes.Size print(B)/>/> end end
Edited by Hayden_Almeida, 26 October 2014 - 05:38 AM.












