Jump to content

Unable to use Flags from Sexout API due to array error


Recommended Posts

Posted

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: 

 

image.png.685bc4356435dab0fe8b2a7bca58d15c.png

 

 

array_var Flags

let Flags := Ar_List "fast", "doggy", "vaginal"
call fnSexoutActRunFull (Ar_Map "ActorA"::0, "ActorB"::PlayerREF, "Flags"::Flags)

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...