0 of 0

File information

Last updated

Original upload

Created by

Meridiano

Uploaded by

MeridianoRus

Virus scan

Safe to use

Tags for this mod

About this mod

Adds a conditional spell to know if High Heels are currently used by player or any actor.

Requirements
Permissions and credits
Mirrors
Changelogs
This mod adds a conditional spell to know if High Heels are currently used by player or any actor.

Basic usage:
- open console
- help "HighHeelsConditionSpell"
- player.HasSpell spell-id-from-above

If you have Actor Value Generator installed and working you can also get new actor value - HighHeelsOffset. This means you can use "player.getav HighHeelsOffset" in console or just "getav HighHeelsOffset" if you have any actor selected.

Also this mod has some additional packages:
- Conditional High Heel Walk - Advanced
- Conditional High Heel Sitting - Advanced
- Conditional High Heel Idles - Advanced
- These packages require corresponding mods by Shas_Sa-al_L-Dred and make them work with any HH boots without additional patching.

For mod authors:
- Plugin has ESM flag so you can use it as master-file to be able to add HasSpell condition function to your stuff.
- DAR's HasSpell also works nice - HasSpell("HighHeelsCondition.esp" | 0x802) is used in all additional packages.
- Thanks to AVG you can use HighHeelsOffset in your scripts and in plugin conditions, read this article for more info.