Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionSetBookSkill(BookakBook, stringskill)NativeGlobal

Description

Documentation Comment

sets the skill book teaches. If skill is "", removes TeachesSkill flag from book. (Book will no longer teach a skill.)
not save persistent, use a load game event for maintenance


Caveats


Parameters

BookakBook

stringskill


Examples

Auto-Generated Example

Book myBook__akBook
string myString__skill

DbSkseFunctions.SetBookSkill(myBook__akBook, myString__skill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.