tools - EdgeIY/infiniteyield GitHub Wiki
boolean tools(<Player> p)
Returns true if player p has tools; otherwise, false is returned.
-- Note: This is just a snippet
["Function"] = function(args, speaker)
if tools(speaker) then
notify("Info", speaker.Name .. " has tools!")
end
end