Scholarship skill: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
(Replacing page with 'Scholarship is used to more effectivly learn from being taught. It may also have some other benifits especialy for moonmages and bards. It can be learned by being taught or b...')
Line 1: Line 1:

Scholarship is used to more effectivly learn from being taught. It may also have some other benifits especialy for moonmages and bards. It can be learned by being taught or by studying a spellbook page by page.
Scholarship is used to more effectivly learn from being taught. It may also have some other benifits especialy for moonmages and bards. It can be learned by being taught or by studying a spellbook page by page.

below an example of a simple warrior mages spellbook script.

#spell

put open case
wait
put get spell
wait
put open spell
wait
put turn spell to chap 1
wait
put turn spell to page 1
wait
put study spell
pause 3
pause
put turn spell to page 2
put study spell
pause 3
pause
put turn spell to page 3
put study spell
pause 3
pause
put turn spell to page 4
put study spell
pause 3
pause
put turn spell to page 5
put study spell
pause 3
pause
put turn spell to chap 2
wait
put turn spell to page 1
wait
put study spell
pause 3
pause
put turn spell to page 2
put study spell
pause 3
pause
put turn spell to page 3
put study spell
pause 3
pause
put turn spell to page 4
put study spell
pause 3
pause
put turn spell to page 5
put study spell
pause 3
pause
put turn spell to page 6
put study spell
pause 3
pause
put turn spell to page 7
put study spell
pause 3
pause
put turn spell to chap 3
wait
put turn spell to page 1
wait
put study spell
pause 3
pause
put turn spell to page 2
put study spell
pause 3
pause
put turn spell to page 3
put study spell
pause 3
pause
put turn spell to page 4
put study spell
pause 3
pause
put turn spell to page 5
put study spell
pause 3
pause
put turn spell to chap 4
wait
put turn spell to page 1
wait
put study spell
pause 3
pause
put turn spell to page 2
put study spell
pause 3
pause
put turn spell to page 3
put study spell
pause 3
pause
put turn spell to page 4
put study spell
pause 3
pause
put turn spell to page 5
put study spell
pause 3
pause
put turn spell to page 6
put study spell
pause 3
pause
put turn spell to chap 5
wait
put turn spell to page 1
wait
put study spell
pause 3
pause
put turn spell to page 2
put study spell
pause 3
pause
put turn spell to page 3
put study spell
pause 3
pause
put turn spell to page 4
put study spell
pause 3
pause
put turn spell to page 5
put study spell
pause 3
pause
put turn spell to page 6
put study spell
pause 3
pause
put turn spell to page 7
put study spell
pause 3
pause
put turn spell to chap 6
wait
put turn spell to page 1
wait
put study spell
pause 3
pause
put turn spell to page 2
put study spell
pause 3
pause
put turn spell to page 3
put study spell
pause 3
pause
put turn spell to page 4
put study spell
pause 3
pause
put turn spell to page 5
put study spell
pause 3
pause
put turn spell to page 6
put study spell
pause 3
pause
put turn spell to page 7
put study spell
pause 3
pause
put turn spell to page 8
put study spell
pause 3
pause
put turn spell to page 9
put study spell
pause 3
pause
put close spell
wait
put put spell in case
wait
put close case






Revision as of 22:30, 20 July 2007

Scholarship is used to more effectivly learn from being taught. It may also have some other benifits especialy for moonmages and bards. It can be learned by being taught or by studying a spellbook page by page.