#CompoScript # Demonstrates the use of the '.text.texture' dot variable # to establish whether or not a text object is textured. select "mytext" if .text.texture = "" then report "this text is not textured" else report "this text is textured with <.text.texture>" endif end