Echo offset works super in Jmol 14.31.8 running offline on my mac.
but on Proteopedia it seems NOT work.
set echo id e232CB {232:A.CB};
set echo e232CB offset {1.5 1.5 1.5};
echo F232;
color echo black;
font echo 14 serif bold;
moveto 1.0 { -332 -779 532 160.16} 260.69 -7.22 28.34 {-24.587502 -13.0755 -28.055} 43.375126 {0 0 0} 0 0 0 3 0 0;
In the state, the offset line is saved like this:
set echo ID "e232cb" offset [-1.0,1.5,1.5,1.5,0.0,0.0,0.0];
when I add these lines to script without echo in SAT using the console all looks perfect
but when I save the page it looses all info about echo and orientation (moved)
The script works in application and in JSmol, when issued from the console or drag-dropped.
But not when the scene is saved. JSmol chokes at the square bracket of the offset line. Same conmand works fine from JSmol console.