v0.3.0 - Nothing works. I'm confused as hell. I can't figure this out.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function table.find(table, item)
|
||||
for k, v in pairs(table) do
|
||||
if v == item then
|
||||
return(v)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user