Proteopedia:Macros: Difference between revisions
Jump to navigation
Jump to search
New page: test |
m add link to a page for resources of how to use macros |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
*<b>blink(ligand)</b> | |||
** <u>import:</u> script /mc/ktheis.spt; | |||
*<b>bobble()</b> | |||
** <u>import:</u> script /mc/ktheis.spt; | |||
*<b>peekaboo(ligand)</b> <i>hides ligand for 0.5 seconds</i> by [[User:Karsten Theis|Karsten Theis]] | |||
** param <u>ligand:</u> what to hide/show | |||
** <u>import:</u> script /mc/ktheis.spt; | |||
** <u>example:</u> peekaboo({998}); peekaboo('ACH'); | |||
*<b>wobble()</b> | |||
** <u>import:</u> script /mc/ktheis.spt; | |||
For more about Macros and how to use them, see [[Proteopedia:DIY:Macros]]. |
Latest revision as of 20: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.