Study Compendium (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Created page with '===Written by Axiarra=== *Studies a Compendium until you've worked through all charts. *Script also hums, edit it for your current song. <pre> compstart: put get my compendium p...')
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
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.
*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
pause 1
put open my comp
put open my compendium
goto study
goto study


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


page:
page:
put turn my compendium
put turn my comp
match study You turn to
match study You turn to
match page ...wait
match page ...wait
Line 27: 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 15: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