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]]. |
Revision as of 17:29, 30 December 2020
- 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.