Study Compendium (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Script
|cat=training
|fe=StormFront
|auth=[[User:Sereneaurora|Axiarra]]
}}

===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.
Line 35: Line 41:


</pre>
</pre>
[[Category:Scripts]]

Revision as of 14:40, 24 March 2011

Study Compendium (script)
Category training
Front-end StormFront
Author Axiarra


Written by Axiarra

  • Studies a Compendium until you've worked through all charts.
  • Script also hums, edit it for your current song.
compstart:
put get my compendium
put open my comp
goto study

study:
put hum arpeggio
pause 1
put study my compendium
match study ...wait
match study You begin studying
match study You continue studying
match end Why do you need
match page sudden moment of clarity
matchwait 

page:
put turn my compendium
match study You turn to
match page ...wait
matchwait

end:
echo ***
echo ***  Compendium Complete! 
echo ***
put close my compendium
put stow my compendium
exit