Hi
Got this cxc script (basically from copy/pasting from the log)

```
open a.pdb
open b.pdb
open a.mtz structureModel #1
open b.mtz structureModel #2
mm #2.2 to #1.2 bring #2.1,3 show true
color byattribute r:seq_rmsd #2.2 target scab palette 0.0237942,#0fc7cf:0.258516,white:0.493237,#9e205e
key cyan-white-maroon :0.024 :0.259 :0.493 showTool false
select #2.2::seq_rmsd>=0.2 & ::seq_rmsd<=0.5
```
Everything seems to work, except for the coloring.

Am I missing something?

Thanks