Skyrim

File information

Last updated

Original upload

Created by

rbw23

Uploaded by

rbw23

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text

NPC Info Spell
by rbw23

>> Description

Adds a spell which when cast on any NPC (or creature) will display the target's attributes (health, magicka, stamina) and skills.


>> Installation

1. Unzip the file (using 7zip or similar)
2. Copy the data folder to your skyrim folder (steam\steamapps\common\skyrim)
3. Merge the folders when asked (this file will not over-write anything)
4. Enable the .esp file in the Skyrim launcher

On starting the game with the plugin installed, the spell will automatically be added to your character.


>> Compatibility

This mod just adds things, it doesn't change any existing parts of the game, so should have no conflict with any other mod.


>> Requirements

None


>> To uninstall

To ensure that the scripts are removed from any active game:
Load your save
Open the console (in the following instructions, just type the bit inside the square brackets)
Type [help "npc info"] to get the form ID of the spell (it will be xx000d6d, where xx is the load order number)
Type [player.removespell xx000d6d] using the correct number for xx as identified in the previous step
Type [stopquest NPCInfoQuest]
Close the console
Save your game

Then you can delete the files:
Delete NPCInfoSpell.esp from your skyrim\data folder
Delete NPCInfoQuestScript2.pex and NPCInfoSpellScript2.pex from your skyrim\data\scripts folder
Delete NPCInfoQuestScript2.psc and NPCInfoSpellScript2.psc from your skyrim\data\scripts\source folder


>> Version history

v0.1 - initial release