Distortedrealms Posted December 19, 2025 Posted December 19, 2025 (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 December 19, 2025 by Distortedrealms
traison Posted December 19, 2025 Posted December 19, 2025 (edited) Absolute address space used when the plugin name is specified? Should probably use relative addresses. Subtract 0xFE001000 from your form id. Missing hex decimal notation from the form id. Depending on boolean operator precedence, the Random(0.5) condition might only apply to your follower. Remove it while testing. 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 December 19, 2025 by traison
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