Jump to content

Recommended Posts

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
Link to comment

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
Link to comment
  • 2 weeks later...
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? 

Link to comment

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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use