View Single Post
The simplest script might look something like this:

Code:
tell application id "OFOC"
	tell default document
		set flagged of flattened tasks where name of its context contains "high" to true
	end tell
end tell