Study crafting book (script): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
match chapter You get |
match chapter You get |
||
match chapter You are already |
match chapter You are already |
||
put get %1 book |
put get my %1 book |
||
matchwait |
matchwait |
||
Line 23: | Line 23: | ||
match turnpg The book is already |
match turnpg The book is already |
||
match done does not have |
match done does not have |
||
put turn book to chapter %s |
put turn my book to chapter %s |
||
matchwait |
matchwait |
||
Line 31: | Line 31: | ||
match study You turn |
match study You turn |
||
match nextchp This chapter does not |
match nextchp This chapter does not |
||
put turn book to page %c |
put turn my book to page %c |
||
matchwait |
matchwait |
||
Revision as of 15:13, 25 February 2012
Study crafting book (script) | |
---|---|
Category | Training |
Front-end | Unknown |
Author | Unknown |
Scholarship training by studying crafting book Usage is .<scriptname> <crafting discipline>
begin: counter set 2 save %c get: match get ..wait match chapter You get match chapter You are already put get my %1 book matchwait chapter: counter set 0 match chapter ..wait match turnpg You turn match turnpg The book is already match done does not have put turn my book to chapter %s matchwait turnpg: counter add 1 match chapter ..wait match study You turn match nextchp This chapter does not put turn my book to page %c matchwait study: match study ..wait match turnpg Roundtime put study my book matchwait nextchp: counter set %s counter add 1 save %c goto chapter done: put sk schol exit