Study crafting book (script)

From Elanthipedia
Revision as of 16:28, 12 June 2015 by RCHIGHT (talk | contribs)
Jump to navigation Jump to search
Study crafting book (script)
Category Training
Front-end Unknown
Author Unknown

Scholarship training by studying crafting book Usage is .<scriptname> <crafting discipline>

Fixed issues with ..wait matches upping the counter

begin:
counter set 1
save %c
counter set 0

get:
match get ..wait
matchre chapter_turn /You get|You are already/i
put get my %1 book
matchwait

chapter_turn:
match chapter_turn ..wait
matchre page_next /You turn|The book is already/i
match done does not have
put turn my book to chapter %s
matchwait

page_next:
counter add 1

page_turn:
match page_turn ..wait
match page_study You turn
match chapter_next This chapter does not
put turn my book to page %c
matchwait

page_study:
match page_study ..wait
match page_next Roundtime
put study my book
matchwait

chapter_next:
counter set %s
counter add 1
save %c
counter set 0
goto chapter_turn

done:
put sk schol
exit