Don't Eat Spell Tomes (API)
⚪ Last updated 2022⚠️ Install Order · 5 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (4 images)
🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #22 of 23 Modders Resources mods in this game by downloads
📋 About This Mod
Overview
This is an API that allows mods to implement custom behavior when the player uses spell tomes.
Your scripts can register for the spell tome event using any of these provided scripts:
DEST_FormExt.psc:
Scriptname DEST_FormExt Hidden
Function RegisterForSpellTomeReadEvent(Form akForm) global native
Function UnregisterForSpellTomeReadEvent(Form akForm) global native
Event OnSpellTomeRead(Book akBook, Spell akSpell, ObjectReference akContainer)
DEST_AliasExt.psc:
Scriptname DEST_AliasExt Hidden
Function RegisterForSpellTomeReadEvent(Alias akAlias) global native
Function UnregisterForSpellTomeReadEvent(Alias akAlias) global native
Event OnSpellTomeRead(Book akBook, Spell akSpell, ObjectReference akContainer)
DEST_ActiveMagicEffectExt.psc:
Scriptname DEST_ActiveMagicEffectExt Hidden
Function RegisterForSpellTomeReadEvent(ActiveMagicEffect akEffect) global native
Function UnregisterForSpellTomeReadEvent(ActiveMagicEffect akEffect) global native
Event OnSpellTomeRead(Book akBook, Spell akSpell, ObjectReference akContainer)
An example implementation is included in the download (DontEatSpellTomes.esp and DEST_PlayerSpellLearningScript.psc). It simply registers the Papyrus event and teaches the spell to the player like in vanilla, but it does not remove the book. However, the commented out code in the script shows how the book could still be removed if we wanted to.
Frequently Asked Questions
Q: The example is a functional mod, right? Why do you call it an example?
A: In short, it's not balanced. Keeping the spell tomes allows you to sell them back to merchants, so you can save money. It's a fine mod if you have self-control and only wish to keep your tomes around in a collection.
Don't Eat Spell Tomes (API) is a modder's resource that provides an API for mods to customize what happens when players use spell tomes, replacing the default 'eat and learn' behavior. It has 1,238 endorsements and was last updated in September 2022, indicating active use in the modding community.
✨ Key Features
📊 Pros & Cons
✅ Pros
- Community-approved with 1,238 endorsements from modders and players.
- Huge download count (255k+) shows it's a backbone for many popular mods.
- Opens up design space for creative spell-learning mechanics.
⚠️ Cons
- Not for end-users—requires other mods to actually change gameplay.
- Last updated in 2022—may be outdated for the latest game version.
- No documentation or examples provided in the description, so modders must figure it out.
For mod developers who want to create custom spell-learning systems in Skyrim. If you're a player looking for gameplay changes, this mod alone does nothing—you'll need mods that use this API. Skip if you're not interested in modding.
💡 Beginner Tips
- If you're a modder, check the mod's forum posts or comments for usage examples since the description is bare-bones.
- Make sure your other mods that depend on this API are updated to work with the latest version.
- For players, this mod is a dependency—install it only if another mod requires it.
📊 Mod Details
- Game
- Skyrim Mods
- Author
- Parapets
- Version
- 1.2.2
- Downloads
- 255,130
- Endorsements
- 1,238
- Category
- Modders Resources
- Created
- 12/5/2020
- Updated
- 9/29/2022
🧩 Commonly Used Together
Users add these mods to the same collections — a real compatibility signal, not an AI guess.
🔧 How to Install Skyrim Mods
Download from Nexus.
📖 Full step-by-step install guide for Skyrim →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Skyrim commands, item IDs, and more.
Keep browsing — more Skyrim mods await



