[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Scripting Tutorial: Spell Tome"
Jump to navigation
Jump to search
no edit summary
imported>Grosie |
imported>Grosie |
||
Line 1: | Line 1: | ||
This tutorial will tell you how to create a Spell Tome (or a book that will add a spell to the player's inventory when the book is read). You will create a book, put some text into it, and add a script to it to give the player a spell. If you don't already know how to script anything, or are entirely new to the TES:CS then I suggest that you go and read another tutorial first, then come back here when you know the basic interface. An excellent tutorial for learning the scripting interface is [[Scripting Tutorial: My First Script]]. | This tutorial will tell you how to create a Spell Tome (or a book that will add a spell to the player's inventory when the book is read). You will create a book, put some text into it, and add a script to it to give the player a spell. If you don't already know how to script anything, or are entirely new to the TES:CS then I suggest that you go and read another tutorial first, then come back here when you know the basic interface. An excellent tutorial for learning the scripting interface is [[Scripting Tutorial: My First Script]]. | ||
Line 120: | Line 118: | ||
===Homework=== | ===Homework=== | ||
A similar method can be used on a scroll, using a scripted enchantment instead. This also has the benefit of ensuring that the addition acn only be made once. | A similar method can be used on a scroll, using a scripted enchantment instead. This also has the benefit of ensuring that the addition acn only be made once. | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:Scripting Tutorials]] | [[Category:Scripting Tutorials]] |