Mach05 Posted June 1, 2022 Posted June 1, 2022 Is there a command to get a specific Sexout animation/position? If so, where do I write it in the console command below? Set SexoutNG.ActorA to getself Set SexoutNG.ActorB to getself CIOS SexoutBegin
malistaticy Posted June 7, 2022 Posted June 7, 2022 (edited) thats the outdated legacy method to initiate sexout that older mods used. download the api guide, it will teach you how to write a function call using the new method, which happens to be a one-liner that works in the console too. for now, you can try pasting something like this into the console: call fnSexoutActRunFull (Ar_Map "ActorA"::TheKingREF, "ActorB"::PlayerREF, "Plugin"::"Sexout-Amra.esp", "Anim"::401) change the actors to whatever references youd like. Edited June 7, 2022 by malistaticy
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