Jump to content

Is there a spell to make NPC dance


Recommended Posts

Posted

Sorry if it's already a thing, but I can't find any spells to cast the stripper dance on an NPC. It seems like all of the stripper mods are based around the PC stripping buy I want my followers to dance on command.

Posted (edited)
3 hours ago, this_guy02 said:

Sorry if it's already a thing, but I can't find any spells to cast the stripper dance on an NPC. It seems like all of the stripper mods are based around the PC stripping buy I want my followers to dance on command.

Well, there is no such thing.
There is an Umpa mod (a collection of dance animations)
But you can do it yourself (In strip fashion)
-Look at the name of the idl dance

 

- Write in the script spell

 

scn aaaDanceSP


ref ani
ref me

begin scripteffectstart
set me to GetSelf
if me.IsActor==1

   set ani to YourDanceIdleName
    me.playidle ani 1
endif
end

 

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Create new quest with script

 

scn aaaAddSpellQuest
begin gamemode

if getgameloaded||getgamerestarted
        if player.hasspell NameSpellNPCtoDance==0
            player.addspell NameSpellNPCtoDance
        endif
endif

end

Edited by TDA5
Posted (edited)

Simple answer: does not exist

 

There is dance synchronizer. But no stripping just dancing

https://www.nexusmods.com/oblivion/mods/30618/

 

There was a Umpa Mod with a target dance spell . . . can't find it now.

Here the Umpa dance animations

https://www.nexusmods.com/oblivion/mods/14574

 

---

NPC stripper: create a taget spell, create a script that add AI package to the NPC/Target and the stripping. Can be with timer or with a stop spell or dialogue. to end the dance.

See post above and see Lovers stripper Mod script for the stripping.

 

Edited by fejeena
  • 2 weeks later...
Posted
On 10/14/2023 at 8:05 AM, TDA5 said:

Well, there is no such thing.
There is an Umpa mod (a collection of dance animations)
But you can do it yourself (In strip fashion)
-Look at the name of the idl dance

 

- Write in the script spell

 

scn aaaDanceSP


ref ani
ref me

begin scripteffectstart
set me to GetSelf
if me.IsActor==1

   set ani to YourDanceIdleName
    me.playidle ani 1
endif
end

 

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Create new quest with script

 

scn aaaAddSpellQuest
begin gamemode

if getgameloaded||getgamerestarted
        if player.hasspell NameSpellNPCtoDance==0
            player.addspell NameSpellNPCtoDance
        endif
endif

end

I've never done something like this before. I'm assuming these suggestions are things I can do through the console? 

Posted

No. You write a script in the esp and then you create spell to start the script.

And the script TDA posted is only for starting dancing, no stripping.

 

A dance Mod for player and NPCs I posted above. Also no stripping !

Here again: Umpa dance animations

https://www.nexusmods.com/oblivion/mods/14574

If has a self-spell for player and a Touch-spell for NPCs.

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...