x3kmak Posted July 31, 2021 Posted July 31, 2021 So I've been creating a mod that lets you trade your body for medical services for TTW, by looking at the Sexout API I managed to call a simple fnSexoutActRunFull. Then I tried creating one with flags and if my memory is correct, was able to do the call and everything worked right. Next day I updated both xNVSE and JIP LN NVSE, and then proceeded to twink with the post act dialog using 'CBDialogA', but for some reason it gave me a array uninitialized error. So I dialed back to the old script but It continued to return the same error, So I tried to do the example Flag script of sexout API documentation below and it still returns the array uninitialized error, should I downgrade my xNVSE & JIP or did something change that I need to rectify? Error & code below: array_var Flags let Flags := Ar_List "fast", "doggy", "vaginal" call fnSexoutActRunFull (Ar_Map "ActorA"::0, "ActorB"::PlayerREF, "Flags"::Flags)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.