local yard_id = "IP" if event.punch then local notifications = "-- Notify --\n" local ref = S.yards[yard_id].notify for fc in pairs(ref) do notifications = notifications..fc.." \n" end digiline_send("notify_lcd",notifications) end