This is a read-only mirror of pymolwiki.org

Talk:Simple Scripting

From PyMOL Wiki
Revision as of 00:44, 28 March 2014 by Pyadmin (talk | contribs) (2 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is the advantage of defining a new command in a script over immediate execution of the commands when the script is run? I usually write my scripts without cmd.extend and I would like to know what I am missing...

You are missing some PyMOL features like command completion of your command name. :-)