Study Compendium (script)

From Elanthipedia
Jump to navigation Jump to search
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