It's related to my previous post, but it's actually a different topic - what I really need now is to extract all `said` strings.
That can be accomplished with SCICompanion's 'Find in Files' feature, but it leaves work to do.
For example, there are cases like:
(Said
'get,explore,climb[<on,onto,up]/bone,android,protrusion[<metallic]'
)
which aren't found.
And anyway, the find in files give results like:
Main.sc: ((Said 'pump,backstage/shark,pass') (proc255_0 0 3) (= global200 1))
While all I'm intereseted at is 'pump,backstage/shark,pass'
I can solve this, but again, I don't want to re-invent the wheel, if someone has already solved it...