Study Compendium (script)

From Elanthipedia
Revision as of 20:02, 8 April 2010 by SERENEAURORA (talk | contribs) (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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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