0 Members and 1 Guest are viewing this topic.
theWave = formations[(wave-1) % (#formations) + 1].wave(theView)
setmetatable( self.theTypes, { __index = function(tbl, key) return tbl[(key%(#tbl))+1] end } )