Podemos suponer, pero nada concreto, cómo es el código del objeto que dibuja el texto? O es un sprite nada más?
draw_set_color(c_white)
draw_text(x+32,y,"Total RAM: "+string(totalram));
draw_text(x+32,y+20,"Free RAM: "+string(freeram));
draw_text(x+32,y+40,"Used RAM: "+string(raminuse));
draw_text(x+32,y+60,"RAM Use: "+string(rampercent));
draw_text(x+32,y+80,"Total Page File: "+string(totalpage));
draw_text(x+32,y+100,"Page File Free: "+string(freepage));
draw_text(x+32,y+120,"Total Virtual Memory: "+string(totalvir));
draw_text(x+32,y+140,"Free Virtual Memory: "+string(freevir));
así en unos 15 room pero con diferente texto