Help:Copying FirstGlance Scenes into Proteopedia: Difference between revisions
Eric Martz (talk | contribs) No edit summary |
Eric Martz (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
11. '''Drag''' your blocked state script and '''drop''' it into the bottom box of Jmol's Script Console, but '''DO NOT press Enter or click Run yet'''. Also available: [http://wiki.jmol.org/index.php/Copying_and_pasting_scripts more detailed instructions]. | 11. '''Drag''' your blocked state script and '''drop''' it into the bottom box of Jmol's Script Console, but '''DO NOT press Enter or click Run yet'''. Also available: [http://wiki.jmol.org/index.php/Copying_and_pasting_scripts more detailed instructions]. | ||
12. '''Comment out the load command.''' Before you Run the state script, you must insert # before the word "load" in the command at the end of the 3rd block of commands. This disables the command | 12. '''Comment out the load command.''' Before you Run the state script, you must insert # before the word "load" in the command at the end of the 3rd block of commands. This disables the command -- disabling it is crucial. It should look something like this: | ||
<blockquote> | <blockquote> | ||
function _setFileState() { | function _setFileState() { |