Talk:Simple Scripting

From PyMOLWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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. :-)