This old version of Proteopedia is provided for student assignments while the new version is undergoing repairs. Content and edits done in this old version of Proteopedia after March 1, 2026 will eventually be lost when it is retired in about June of 2026.
Apply for new accounts at the new Proteopedia. Your logins will work in both the old and new versions.
Proteopedia:Macros
From Proteopedia
(Difference between revisions)
m (add link to a page for resources of how to use macros) |
|||
| Line 9: | Line 9: | ||
*<b>wobble()</b> | *<b>wobble()</b> | ||
** <u>import:</u> script /mc/ktheis.spt; | ** <u>import:</u> script /mc/ktheis.spt; | ||
| + | |||
| + | For more about Macros and how to use them, see [[Proteopedia:DIY:Macros]]. | ||
Current revision
- blink(ligand)
- import: script /mc/ktheis.spt;
- bobble()
- import: script /mc/ktheis.spt;
- peekaboo(ligand) hides ligand for 0.5 seconds by Karsten Theis
- param ligand: what to hide/show
- import: script /mc/ktheis.spt;
- example: peekaboo({998}); peekaboo('ACH');
- wobble()
- import: script /mc/ktheis.spt;
For more about Macros and how to use them, see Proteopedia:DIY:Macros.
