textures/your-textures/name-of-flag
{
  qer_trans 0.85
  qer_editorimage textures/your-textures/name-of-flag.tga
	//polygonOffset
	entityMergable
	surfaceparm nonsolid
	surfaceparm nomarks
	nopicmip
	cull none
	deformVertexes wave 100 sin 4 3 0 0.3
	{
		clampmap textures/your-textures/name-of-flag.tga
		blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
		rgbGen vertex
		alphaGen vertex
	}
}