Posted 11 May 2012 - 07:35 PM
[Solved!!]
how would i fix it? I've been trying various formats and this was my latest one. if you're wondering why cats, im just messing around and learning lua..
cats = {10,11,12,8,100}
for i,v in ipairs(cats) do
t = "#cats"
print(v/t)
end
how would i fix it? I've been trying various formats and this was my latest one. if you're wondering why cats, im just messing around and learning lua..