l=love lg=l.graphics function l.draw() for i=0,500 do xy = l.math.random(0,lg.getWidth()) yx = l.math.random(0,lg.getHeight()) lg.print("HAIL ERIS",math.floor(xy),math.floor(yx)) end end
Woah, this looks like how I feel!