Jump to content

Adding follower to idle mod help


Recommended Posts

Posted (edited)

So I use AOR but I use an old DAR Sexy random idles mod for my main Character and works great but I want to add a modded follower to the same mod/conditions and not just my character and so far animations are not working for the follower but work for my character. What are the lines in the conditions I need to get this going? Simply adding her REF ID and .esp in conditions along side the PC have failed to do anything. 

 

EX: 

 

IsActorBase("Skyrim.esm" | 0x000007) OR
IsActorBase("Cubbi Follower.esp" | FE00180A) AND
Random(0.5)

 

Thanks.

Edited by Distortedrealms
Posted (edited)
  1. Absolute address space used when the plugin name is specified? Should probably use relative addresses. Subtract 0xFE001000 from your form id.
  2. Missing hex decimal notation from the form id.
  3. Depending on boolean operator precedence, the Random(0.5) condition might only apply to your follower. Remove it while testing.
  4. Using the reference id when the player is addressed by their NPC_ form id on the previous line? Don't mix NPC and (Actor)ObjectReference form ids.
Edited by traison

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