Here's what i know : to do a table you do
t = {the stuff, other stuff, random stuff}
[code/]
so for the sake of not being random: should i need a table for that situation? How do i use it????????
[code]
--it's a googling engine(lkinda)
function finder()
screen()
local food = {"cake", "bread", "pork", "steak", "sugar", "chicken"}
local tool = {"armor", "pickaxe", "shovel", "axe", "sword", "other"}
if input1 == food.cake then
print("work")
end
end
thanks for answering this noobish question
EDIT: I've look through every tutorial i found, still confused












