with (findimg(100)) { this.text = "Hello"; this.textoutline = true; // enable text outlines this.outlinethickness = 2; // 2 pixel outline this.outlinecolor = {0, 0, 0, 255}; // text outline color }