Does anyone have a decent script for reading books in the crossing and/or riverhaven libraries? It would save some time on my end. Thanks!
Karnas
Reading books on 01/11/2008 04:17 PM CST
Re: Reading books on 01/11/2008 10:46 PM CST
Unfortunately I can't take credit for this, someone posted it on the forums awhile back
setvariable reading cross |
#read books for scholorship |
# Scholarship - Various Libraries |
# Define a library at the command line |
# Currently supported |
# |
# Crossing Academy - use "cross" |
# Riverhaven Academy - use "river" |
Readingstart: |
goto %reading |
cross: |
counter set 1 |
cross_1: |
pause |
put get HsHH |
wait |
goto reading |
cross_2: |
pause |
put get MrsTC1 |
wait |
goto reading |
cross_3: |
pause |
put get FtvNJ |
wait |
goto reading |
cross_4: |
pause |
put get HsPOW |
wait |
goto reading |
cross_5: |
pause |
put get HhdSD |
wait |
goto reading |
cross_6: |
pause |
put get RacAGHC |
wait |
goto reading |
cross_7: |
pause |
put get RxxGD |
wait |
goto reading |
cross_8: |
pause |
put get RcnGT3 |
wait |
goto reading |
cross_9: |
goto %1 |
river: |
counter set 1 |
river_1: |
pause |
put get MagI |
wait |
goto reading |
river_2: |
pause |
put get HRmsEF |
wait |
goto reading |
river_3: |
pause |
put get MRmpNMBT |
wait |
goto reading |
river_4: |
pause |
put get HRrwAEHW |
wait |
goto reading |
river_5: |
pause |
put get BxxWMP |
wait |
goto reading |
river_6: |
pause |
put get HRwvtBHA |
wait |
goto reading |
river_7: |
pause |
put get HRsSH |
wait |
goto reading |
river_8: |
pause |
put get HRagOR |
wait |
goto reading |
river_9: |
goto %1 |
reading: |
pause 0.5 |
put open book |
pause 0.5 |
put read |
put 1 |
pause 5 |
put 2 |
pause 5 |
put 3 |
pause 5 |
put 4 |
pause 5 |
put 5 |
pause 5 |
put 6 |
pause 5 |
put 7 |
pause 5 |
put 8 |
pause 5 |
put 9 |
pause 5 |
put 10 |
pause 5 |
put 11 |
pause 5 |
put 12 |
pause 5 |
put 13 |
pause 5 |
put 14 |
pause 5 |
put 15 |
pause 5 |
put q |
wait |
put put book on she |
wait |
goto check |
check: |
pause |
counter add 1 |
pause 5 |
put exp scholarship |
match sleep mind lock |
match %reading_%c Time |
matchwait |
sleep: |
exit |
Re: Reading books on 01/12/2008 01:11 PM CST