this_guy02 Posted October 14, 2023 Posted October 14, 2023 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.
TDA5 Posted October 14, 2023 Posted October 14, 2023 (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 October 14, 2023 by TDA5 1
fejeena Posted October 14, 2023 Posted October 14, 2023 (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 October 14, 2023 by fejeena
this_guy02 Posted October 26, 2023 Author Posted October 26, 2023 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?
fejeena Posted October 26, 2023 Posted October 26, 2023 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.
TDA5 Posted October 28, 2023 Posted October 28, 2023 (edited) On 10/26/2023 at 5:41 PM, this_guy02 said: I've never done something like this before. I'm assuming these suggestions are things I can do through the console? this_guy02DanceSPell.zip https://youtu.be/EgP9A0a-cBI Edited October 28, 2023 by TDA5
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now