#How to look is a thing in a table?
11 messages · Page 1 of 1 (latest)
Im making a index for pets, but pet data is a array so
How to look is pet in a table?
im gonna make a thing like when u opening egg it looks: " is a pet already in a table" if not then add in into a table etc
can u send the structure of how is the array
for _v in array do
if v == "Blah Blah Pet" then
print("he already has the pet ;(")
end
end
orrr
orrr
table.find
