Study Compendium (script): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
SERENEAURORA (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
===Written by Axiarra=== |
===Written by Axiarra=== |
||
*Studies a Compendium until you've worked through all charts. |
*Studies a Compendium until you've worked through all charts. |
||
*Updated 6/2/13 to flip through charts after each study for best learning |
|||
*Script also hums, edit it for your current song. |
|||
*Updated 6/2/13 to remove humming |
|||
<pre> |
<pre> |
||
compstart: |
compstart: |
||
put get my compendium |
put get my compendium |
||
⚫ | |||
put open my |
put open my compendium |
||
goto study |
goto study |
||
study: |
study: |
||
put hum arpeggio |
|||
⚫ | |||
put study my compendium |
put study my compendium |
||
match study ...wait |
match study ...wait |
||
match |
match page You begin |
||
match |
match page You continue |
||
⚫ | |||
match end Why do you need |
match end Why do you need |
||
⚫ | |||
⚫ | |||
⚫ | |||
page: |
page: |
||
put turn my |
put turn my comp |
||
match study You turn to |
match study You turn to |
||
match page ...wait |
match page ...wait |
||
Line 33: | Line 34: | ||
end: |
end: |
||
echo *** |
|||
echo *** Compendium Complete! |
|||
echo *** |
|||
put close my compendium |
|||
put stow my compendium |
put stow my compendium |
||
pause 1 |
|||
exit |
exit |
||
Latest revision as of 14:48, 2 June 2013
Study Compendium (script) | |
---|---|
Category | training |
Front-end | StormFront |
Author | Axiarra |
Written by Axiarra
- Studies a Compendium until you've worked through all charts.
- Updated 6/2/13 to flip through charts after each study for best learning
- Updated 6/2/13 to remove humming
compstart: put get my compendium pause 1 put open my compendium goto study study: put study my compendium match study ...wait match page You begin match page You continue match page moment of clarity match end Why do you need matchwait page: put turn my comp match study You turn to match page ...wait matchwait end: put stow my compendium pause 1 exit