inky = { t = 0, init = function(self) end, update = function(self) self.t = self.t + 1 if self.t %60 == 0 then self.intent = math.random(0, 4) end end }