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 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.