Jump to content

Recommended Posts

Posted
3 hours ago, Fraying9981 said:

 

thanks. I was looking to activate it. I guess I needed to check enable debugging in the options first.

 

I had another question regarding triggers:

What's the normal way of setting up a trigger for:

- SL start

- consensual

- female PC

 

Here is what I'm doing:

- Begin

- Player: Player

- Role: not part of a rape (I'm using this because I have one for noncon, for which I'm using victim => I need to differentiate scripts depending on whether its consensual or noncon)

 

asking this because i'm a bit confused while using system.partner and system.player.

for example, if i take "player partner" then to target the partner of my player during the script, i should use self right? or partner?

 

The filters determine who the script runs on (i.e. who is $system.self).  If you use "Player Partner" in the filter, it will set $system.self to "whomever is a partner to the player" and matching the other filters.

 

Variables like $system.partner1-4 are relative to $system.self. So if you use "Player Partner", then $system.partner would refer to the first sex scene member who is not the "Player's Partner" which is almost invariable going to be the Player (I don't recall ever being in other than position 1 or 2 myself. $system.partner2 would be the first *other* NPC (besides $system.self) who is in the sex scene (because again, presumably the Player would end up as $system.partner).

 

And if you use "Player" in the filter, then $system.partner would be the first NPC in the sex scene, $system.partner2 the second and so on.

 

So... if you set up a trigger to run:

- On SL Start

- Consensual

- Female

- Is Player

Then:

- $system.player -> Player

- $system.self -> Player

- $system.partner -> first sex scene partner who is not $system.self (not Player)

- etc.

Posted
53 minutes ago, guliguliradish said:

thank you!
How can I turn the current 'ini' into an 'STL script'?

 

Just rename it from .ini to .sltscript.

 

And it doesn't change any functionality; I did it purely to allow for improved syntax highlighting in my editors (Notepad++ and Visual Studio Code). If you want to try that out, I have files for editor support on the wiki: https://github.com/lynnpye/sl_triggers/wiki/SLTScript-Editor-Support :)

 

Posted
On 7/8/2025 at 3:52 PM, MannySauce said:

Found something:

 

The "sl_triggers_PlayerTrackerActor" NPC draws aggro from hostile NPCs, so mods like Defeat will be stuck waiting on the hostile NPC as they're chasing nothing forever.

 

I did find a console workaround for the time being, using "moveto player" on the hostile NPC.

Using "stopcombat" was no bueno, that just reset their combat state for a split second, then they start chasing the tracker actor again.

 

Any further incidents using latest versions?

Posted (edited)
2 hours ago, hextun said:

Consensual

 

Thanks.

 

What is consensual? "Not part of a rape"?

 

Also, what does it mean the script runs on the player? 

For example: if i select begin + player, does it mean the player has to start the sexlab scene? Does it make sense?

 

In simpler terms: why don't we simply run every script on the player, if the player is involved?

Edited by Fraying9981
Posted

After hours of banging my head against a wall (and a couple new saves :() trying to find the source of my sever fps drop on player damage I found the culprit, the latest version of this. On 125 I found every time I cast a destruction spell or caused damage with a weapon I would quickly drop 20+ fps. Not sure if its something in my list that isn't playing nice or the update itself but as soon as I went back to 124 the issue disappeared.

Posted
2 hours ago, hextun said:

 

Just rename it from .ini to .sltscript.

 

And it doesn't change any functionality; I did it purely to allow for improved syntax highlighting in my editors (Notepad++ and Visual Studio Code). If you want to try that out, I have files for editor support on the wiki: https://github.com/lynnpye/sl_triggers/wiki/SLTScript-Editor-Support :)

 

Strangely, it didn't take effect. My MCM settings are as follows:SkyrimSpecialEdition2025_7_1523_08_59.png.e2b545c87bb07b5a1931ef77662d2eaa.pngSkyrimSpecialEdition2025_7_1523_09_15.png.eed5ac45aadde8e68400135b09c573df.png

 

And after setting up the MCM, I entered:slt run "KZanimLegrope.sltscript"

 

The script content is:

sl_animname
set $animname $$
        
if $animname == "Kziitd_Missionary"        [dowork]
if $animname == "Kziitd_Doggy"            [dowork]
if $animname == "Kziitd_Cowgirl"        [dowork]
if $animname == "Kziitd_Laying"            [dowork]
if $animname == "Kziitd_Laying2"        [dowork]
if $animname == "Kziitd_Stand"            [dowork]
if $animname == "Kziitd_Missionary2"    [dowork]
if $animname == "Kziitd_Laying3"         [dowork]

; not any of those animations, leave
return


[dowork]
set $newWornItem $"KXT-GuliExtensions.esp:0x0088C"
item_adduse $system.self $newWornItem 0 0
util_waitforend
item_remove $system.self $newWornItem 1 1

 

Did I miss something?

Posted (edited)

I'm doing this osla_get_arousal $system.player

but I get 0 in return. is it the right way to collect player arousal with sexlab aroused?

 

also still not getting any log files, despite having enabled "debug messages" in the MCM.

 

here is the papyrus log though

 

Spoiler
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:46:41PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:48:29PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:24PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:49PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:50PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:50PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1335
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSLT.actor_advskill() - "sl_triggersCmdLibSLT.psc" Line 1075
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:58:40PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 37 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:32PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:42PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 38 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:43PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:43PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1335
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSLT.actor_advskill() - "sl_triggersCmdLibSLT.psc" Line 1075
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650

 

Edited by Fraying9981
Posted
3 hours ago, rfgggg said:

After hours of banging my head against a wall (and a couple new saves :() trying to find the source of my sever fps drop on player damage I found the culprit, the latest version of this. On 125 I found every time I cast a destruction spell or caused damage with a weapon I would quickly drop 20+ fps. Not sure if its something in my list that isn't playing nice or the update itself but as soon as I went back to 124 the issue disappeared.

 

confirmed in happened to me as well, the fps will suddently drops, maybe call it microstutter will be more precise... When landed attack on anything... even a wall. But if landed attack to the air, no stutter.

Posted
2 hours ago, Fraying9981 said:

 

Thanks.

 

What is consensual? "Not part of a rape"?

 

Also, what does it mean the script runs on the player? 

For example: if i select begin + player, does it mean the player has to start the sexlab scene? Does it make sense?

 

In simpler terms: why don't we simply run every script on the player, if the player is involved?

 

Fair enough. :)

 

What is consensual? "Not part of a rape"?

In the SexLab MCM I see references to Aggressive vs Consensual, though I think this is typically in terms of animations. That said, it carries through to the SexLab filters. So "Not part of rape" is the option you want. How should that be worded better? It can be made longer to include more text, like "Consensual/Not part of rape". Anywhere, here is the block of code dealing with that filter in the extension:
 

if doRun
	ival = JsonUtil.GetIntValue(_triggerFile, ATTR_ROLE)
	if ival != 0 ; 0 is Any
		if ival == 1 && !thread.IsAggressor(theSelf) ; aggresor
			doRun = false
		elseIf ival == 2 && !thread.IsVictim(theSelf) ; victim
			doRun = false
		elseIf ival == 3 && thread.IsAggressive ; not
			doRun = false
		endIf
	endIf
endIf

 

So the filtering is working directly with the API from SexLab. It checks for whether you ($system.self; i.e. the target of the SLTScript) are the aggressor, are the victim, or whether the thread is "aggressive" or not (i.e. "not a rape").
 

What does it mean the script runs on the player?

An SLTScript runs on an Actor, which defines the target of $system.self.

 

If the SLTScript is running on the Player:

- then $system.self and $system.player point to the same Actor

- $system.partner, if in a SexLab scene, points to the first Actor in the SexLab scene who is not $system.self (and in this case, $system.self is also the Player)

  - so it would be the first (or only) NPC in the scene with the Player

 

If the SLTScript is running on, say, the Player's sexual partner (i.e. the first NPC in the scene with the Player):

- then $system.self points to the NPC

- $system.player points to the Player

- $system.partner would point to the Player in a lot of interactions because usually the Player will be in scene position 1 or 2. If the Player happens to be in positions 3-5, then $system.partner would end up being another NPC.

 

Now... run on the Player? When an extension requests SLTR runs a script, it's in response to an event of some kind. For events like keystrokes (which, I mean, unless your PC is built different, Partysnax isn't literally sitting next to you hitting your keys) or events that are explicitly tied to the Player (like "Player Cell Change", "Player Location Change"), the SLTScript will be targeted at the Player. This just means that $system.self will point at the Player, but it also means that they contextually only involve the Player.

 

For SexLab events, however, you have multiple potential targets, any or even all of whom might get a script run targeting them.

 

Take SexLab Start.

 

You create a trigger for it and apply no filters. You attach an SLTScript that calls  "av_damage $system.self 10000", basically a colossal instakill amount of damage. Anyone whom that script targets will instantly die.

 

Left as is, with no filters, every single time a SexLab scene starts, every participant will die, Player included.

 

The event fires, it checks its filters against each participant and, for each match it finds, runs 1-3 scripts as configured. The extension is just listening for the SexLab scene start event, which may involve scenes that don't involve the Player (like various background sex mods generate). And when it senses the event, it checks the trigger filters against all participants and runs any define scripts "against" (i.e. targeting i.e. $system.self points to that Actor) any participant that meets the filter criteria.

 

Now you set the "Role" to "Player".

 

Every time a SexLab scene starts, the extension will check it's filters against all participants. Because of the "Role" filter, it will only run the scripts configured for the trigger when the participant it is looking at is also the Player.

 

Change it to "Role" is "Partner Player".

 

Now when it checks each scene starts, it checks whether any of the *other* participants in the same scene is the Player (but not itself).

 

Clear the "Role" filter and change "Race" to "Undead". Only undead SexLab scene participants will have the trigger scripts run targeting them. Change it to "Creature" and it will only run if the participant is a creature.

 

Now... what about "SexLab Separate Orgasm"? Well, when that one fires, it only runs for the SexLab scene participant that had the SLSO orgasm. So let's change the event type to that and remove all the filters.

 

You are now killing every being in Skyrim that achieves an orgasm, because the SLSO Orgasm event fires once, for the person that had the orgasm. And for this event, $system.self will always be the Actor having the orgasm.

 

Add the "Role" filter set to "Player" and you are back to only affecting the Player. Etc.

 

And "SexLab Orgasm"? The non-SLSO version? It fires a single event for the whole group and so all participants are checked against the filter (since it's considered I guess that they all had an orgasm). As a result, one orgasm with no other filters would run a copy of each script targeting each individual participant.

 

Why Not Run Everything on the Player?

I'll preface this with saying the design for the SexLab event handling is still based on Fotogen's original design, which I haven't changed.

  • Each time a SexLab event comes in
    • each trigger is checked
    • for each trigger
      • each actor in the scene is checked
        • IF THE EVENT TYPE IS SEPARATE ORGASM
          • if the actor being checked is not the actor that had the orgasm, skip this actor, they will not have a script run on them
        • all remaining filters, as selected via the MCM, are checked relative to the actor being checked
        • so take "Role"
          • "Role" == "Player" : this actor only matches if it is the Player
          • "Role" == "Partner Player" : this actor only matches if their partner is the Player
        • for an actor who matches all the filters for the trigger
          • run an instance of each SLTScript defined to run on the trigger

Spoiler: About a problem/bug I may have just noticed.

Spoiler

Note: As I examine this, I think I see some, if not bugs, unintuitive or perhaps unintended side effects of the current setup. Take the example above, Separate Orgasm, "Role" is "Partner Player". Intuitively you might expect, then, that when the Player has an orgasm, the trigger marked "Partner Player" would run for any partner of the player. But based on the logic above, the partner of the player would already be filtered out since it was the Player's orgasm. I need to rethink how the filters are named, how they are applied, and whether I need to add to or change the ones already defined.

 

 

Let's say you want a script to run at SL scene start, once per Player partner who is a creature.

 

You start a scene with two dogs.

 

With the current approach (filter matches are the target of $system.self), one instance of a given SLTScript would be run on each dog (2 instances). When each script uses $system.self, it is targeting the dog immediately. Referencing the Player is a matter of using $system.player. Complexity typically only comes in if each instance needs to interact, but there are options for script-to-script interaction, if only through things like target and global variables.

 

Now start a scene with a human and two dogs.

 

With the current approach, you'd get the same two scripts running on the same two dogs.

 

If you change that so that all scripts run with $system.self targeting the Player if the Player is involved, several things happen.

 

First, you now have a script to script distinction where $system.self can mean something different if the Player is involved. NPC "Hod" might get assigned to $system.self as a target because a Matchmaker started a scene with him and some other NPC, but now even if the filter in question just says "Is Male", and thus "Hod" would match and an instance of the script run because of him, $system.self would mean something different if "Hod" was engaged with the Player.

 

Second, either you are running one instance of the script and now need to check all other participants in the scene and apply whatever activity you want to apply to each of them, which also removes the ability for them to work in parallel, and you also have more variables and states to track (i.e. one set for each participant you are tracking). You also have the overhead of needing to ignore the human.

 

Or you are running a new instance of the script for each of the filtered participants, but they are all running targeting the player ($system.self). You regain the parallelism, regain some complexity, but your SLTScript still now has to determine not only which of the $system.partner, $system.partner2, $system.partner3, etc it is supposed to handle, it also has to coordinate with the other instance of the script running on the other dog. But you no longer need to worry about ignoring the human. And while extending the grammar to allow for easier detection and handling could achieve the goal, I'm not sure it would gain much.

 

By the way, that may have come off as rude or pedantic. If so, I apologize! Not my intent, as I very much appreciate questions and feedback! :)  I think I was shooting more for "rigors of an engineer" than "abrasive".

Posted
25 minutes ago, iiziilel2 said:

 

confirmed in happened to me as well, the fps will suddently drops, maybe call it microstutter will be more precise... When landed attack on anything... even a wall. But if landed attack to the air, no stutter.

 

Alright, that would have to be the OnHit handler. For now, I would recommend reverting. :/

 

Sorry, that is a very new feature that, as I said, I haven't had much time to test.

Posted
1 hour ago, guliguliradish said:

Strangely, it didn't take effect. My MCM settings are as follows:SkyrimSpecialEdition2025_7_1523_08_59.png.e2b545c87bb07b5a1931ef77662d2eaa.pngSkyrimSpecialEdition2025_7_1523_09_15.png.eed5ac45aadde8e68400135b09c573df.png

 

And after setting up the MCM, I entered:slt run "KZanimLegrope.sltscript"

 

The script content is:

sl_animname
set $animname $$
        
if $animname == "Kziitd_Missionary"        [dowork]
if $animname == "Kziitd_Doggy"            [dowork]
if $animname == "Kziitd_Cowgirl"        [dowork]
if $animname == "Kziitd_Laying"            [dowork]
if $animname == "Kziitd_Laying2"        [dowork]
if $animname == "Kziitd_Stand"            [dowork]
if $animname == "Kziitd_Missionary2"    [dowork]
if $animname == "Kziitd_Laying3"         [dowork]

; not any of those animations, leave
return


[dowork]
set $newWornItem $"KXT-GuliExtensions.esp:0x0088C"
item_adduse $system.self $newWornItem 0 0
util_waitforend
item_remove $system.self $newWornItem 1 1

 

Did I miss something?

 

I should change the default to 100, but you need to adjust the event's Chance slider to "100" (or whatever chance you want to set it for). It's a setting for most triggers on the top right of the card.

Posted
43 minutes ago, Fraying9981 said:

I'm doing this osla_get_arousal $system.player

but I get 0 in return. is it the right way to collect player arousal with sexlab aroused?

 

also still not getting any log files, despite having enabled "debug messages" in the MCM.

 

here is the papyrus log though

 

  Reveal hidden contents
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:46:41PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:48:29PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:24PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:49PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:50PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:50PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1335
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSLT.actor_advskill() - "sl_triggersCmdLibSLT.psc" Line 1075
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:58:40PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 37 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:32PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:42PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 38 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:43PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:43PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1335
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSLT.actor_advskill() - "sl_triggersCmdLibSLT.psc" Line 1075
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650

 

 

Can you look in the same folder I expect "sl-triggers.log" to be for a file called "skse64.log"? If you find it, search for "sl-triggers". You are looking for entries like:

checking plugin sl-triggers.dll

loading plugin "sl-triggers"
registering plugin listener for SKSE at 67 of 75
plugin 67 allocated 64 bytes from branch pool
plugin sl-triggers.dll (00000001 sl-triggers 02000000) loaded correctly (handle 67)


If you see problems or see no mention at all, verify that sl-triggers.dll is installed at Data\SKSE\Plugins\sl-triggers.dll.

 

If you can't find "skse64.log", that would suggest the log files from SKSE are going somewhere else.

Posted (edited)
34 minutes ago, hextun said:

Can you look in the same folder I expect "sl-triggers.log" to be for a file called "skse64.log"? If you find it, search for "sl-triggers". You are looking for entries like:

 

 

 

here is what i see, i suppose we are good? what do I check next?

 

Spoiler
checking plugin sl-triggers.dll
 
loading plugin "sl-triggers"
registering plugin listener for SKSE at 57 of 66
plugin sl-triggers.dll (00000001 sl-triggers 02000000) loaded correctly (handle 57)
 
    (1040727 -> 1040727)    sl_triggers.esp
 

 

Edit: Aha! now I understand where the log is.

OK here is the SLT log

Spoiler
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:213] PrecacheLibraries starting
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:115] adding (sl_triggersExtensionCore-libraries.json/sl_triggersCmdLibCore/sl_triggersExtensionCore/10000)
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:115] adding (sl_triggersExtensionSexLab-libraries.json/sl_triggersCmdLibSexLab/sl_triggersExtensionSexLab/-500)
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:139] 3 libraries available, processing
[2025-07-15 17:39:11.372] [log] [info] [engine.cpp:218] PrecacheLibraries completed
[2025-07-15 17:39:11.372] [log] [info] [core.h:266] Script pool initialized: 30 spells, 30 magic effects
[2025-07-15 17:40:06.653] [log] [info] [skse_events.cpp:198] sl-triggers starting session -1966807576
[2025-07-15 17:40:07.098] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:07.432] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:07.531] [log] [debug] [sl_triggers.cpp:340] Main.DoPlayerLoadGame
[2025-07-15 17:40:07.549] [log] [debug] [sl_triggers.cpp:340] Main.BootstrapSLTInit
[2025-07-15 17:40:07.698] [log] [info] [sl_triggers.cpp:416] SetExtensionEnabled: functionLibrary->extensionKey(sl_triggersExtensionSexLab) ->enabled(true)
[2025-07-15 17:40:07.698] [log] [info] [engine.cpp:139] 3 libraries available, processing
[2025-07-15 17:40:07.864] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:07.931] [log] [debug] [sl_triggers.cpp:340] Main.OnSLTRegisterExtension extensionKey(sl_triggersExtensionSexLab)
[2025-07-15 17:40:07.948] [log] [debug] [sl_triggers.cpp:340] Main: Setting extension pages for SLTMCM
[2025-07-15 17:40:08.031] [log] [debug] [sl_triggers.cpp:340] Main: Sending new session event
[2025-07-15 17:40:08.064] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:08.381] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:08.677] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:08.752] [log] [info] [sl_triggers.cpp:416] SetExtensionEnabled: functionLibrary->extensionKey(sl_triggersExtensionCore) ->enabled(true)
[2025-07-15 17:40:08.752] [log] [info] [engine.cpp:139] 3 libraries available, processing
[2025-07-15 17:40:08.918] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x00B9C8|Quick Start - SE.esp'
[2025-07-15 17:40:08.943] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 13
[2025-07-15 17:40:08.957] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x003881|Quick Start - SE.esp'
[2025-07-15 17:40:08.970] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 12
[2025-07-15 17:40:08.999] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:09.052] [log] [debug] [sl_triggers.cpp:340] Main.OnSLTRegisterExtension extensionKey(sl_triggersextensioncore)
[2025-07-15 17:40:09.065] [log] [debug] [sl_triggers.cpp:340] Main: Setting extension pages for SLTMCM
[2025-07-15 17:40:09.297] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:09.577] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:36.320] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x00B9C8|Quick Start - SE.esp'
[2025-07-15 17:41:36.325] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 13
[2025-07-15 17:41:36.329] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x003881|Quick Start - SE.esp'
[2025-07-15 17:41:36.333] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 12
[2025-07-15 17:41:40.352] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:40.603] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:40.894] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:41.183] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:41.472] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:41.761] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:44.037] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:44.297] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:46:41.325] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin)
[2025-07-15 17:46:41.338] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin) requestId(1) threadId(2)
[2025-07-15 17:46:41.392] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>)
[2025-07-15 17:46:41.417] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>) reported success
[2025-07-15 17:46:41.602] [log] [info] [sl_triggers.cpp:348] _fzk_c_begin START
[2025-07-15 17:46:42.051] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 17:46:42.607] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: SLT: (unusual here) attempted to parse an unknown file type() for scrtype (0)
[2025-07-15 17:46:42.621] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: call target file not parseable(begin_detect_tag) resolved from ("begin_detect_tag")
[2025-07-15 17:46:42.751] [log] [debug] [sl_triggers.cpp:340] DebMsg> Session type set to: standard
[2025-07-15 17:46:42.870] [log] [info] [sl_triggers.cpp:348] === SESSION START DEBUG ===
[2025-07-15 17:46:43.014] [log] [info] [sl_triggers.cpp:348] Player Arousal at Start: 0.000000
[2025-07-15 17:46:43.172] [log] [info] [sl_triggers.cpp:348] Player Orgasm Counter: 0
[2025-07-15 17:46:43.343] [log] [info] [sl_triggers.cpp:348] Partner Orgasm Counter: 0
[2025-07-15 17:46:43.527] [log] [info] [sl_triggers.cpp:348] Session Start Time: 0.680000
[2025-07-15 17:46:43.673] [log] [info] [sl_triggers.cpp:348] Session Type: standard
[2025-07-15 17:46:43.829] [log] [info] [sl_triggers.cpp:348] Partner Last Orgasm Time: 0
[2025-07-15 17:46:43.987] [log] [info] [sl_triggers.cpp:348] Partner Customer Satisfaction: 0
[2025-07-15 17:46:44.133] [log] [info] [sl_triggers.cpp:348] Player Sexcraft: 20.000000
[2025-07-15 17:46:44.291] [log] [info] [sl_triggers.cpp:348] Animation Tag:
[2025-07-15 17:46:44.435] [log] [info] [sl_triggers.cpp:348] === END DEBUG ===
[2025-07-15 17:48:29.500] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o)
[2025-07-15 17:48:29.514] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o) requestId(3) threadId(4)
[2025-07-15 17:48:29.540] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>)
[2025-07-15 17:48:29.580] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>) reported success
[2025-07-15 17:48:29.802] [log] [info] [sl_triggers.cpp:348] _fzk_c_partner_o START
[2025-07-15 17:48:33.427] [log] [info] [sl_triggers.cpp:348] Oral clench skill improved! (24.000000)
[2025-07-15 17:50:23.882] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o)
[2025-07-15 17:50:23.895] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o) requestId(5) threadId(6)
[2025-07-15 17:50:23.921] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>)
[2025-07-15 17:50:23.946] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>) reported success
[2025-07-15 17:50:24.164] [log] [info] [sl_triggers.cpp:348] _fzk_c_partner_o START
[2025-07-15 17:50:27.950] [log] [info] [sl_triggers.cpp:348] Oral clench skill improved! (46.000000)
[2025-07-15 17:50:49.631] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end)
[2025-07-15 17:50:49.656] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end) requestId(7) threadId(8)
[2025-07-15 17:50:49.905] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>)
[2025-07-15 17:50:49.930] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>) reported success
[2025-07-15 17:50:50.181] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(HumanVials)
[2025-07-15 17:50:50.234] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(HumanVials) requestId(9) threadId(10)
[2025-07-15 17:50:50.272] [log] [info] [sl_triggers.cpp:348] _fzk_c_endSTART
[2025-07-15 17:50:50.298] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<HumanVials>)
[2025-07-15 17:50:50.324] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<HumanVials>) reported success
[2025-07-15 17:50:50.338] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(CreatureVials)
[2025-07-15 17:50:50.350] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(CreatureVials) requestId(11) threadId(12)
[2025-07-15 17:50:50.449] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<CreatureVials>)
[2025-07-15 17:50:50.478] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<CreatureVials>) reported success
[2025-07-15 17:50:50.943] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[26]: could not resolve JSON key
[2025-07-15 17:50:51.020] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[27]: Invalid MostRecentResultType value(0)[<invalid RT type: 0>](note: if invalid status is not indicated, please report a bug); likely due to using $$ after calling a function that has no return value
[2025-07-15 17:50:51.871] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:51.896] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[1]: Form not found ()
[2025-07-15 17:50:52.061] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:52.073] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: Form not found ()
[2025-07-15 17:50:52.086] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 17:50:52.125] [log] [info] [sl_triggers.cpp:348] Partner Satisfaction Score: 0
[2025-07-15 17:50:56.050] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[5]: 'if': invalid number of arguments
[2025-07-15 17:50:56.100] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:56.126] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[1]: Form not found ()
[2025-07-15 17:50:56.267] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[7]: 'if': invalid number of arguments
[2025-07-15 17:50:56.371] [log] [debug] [sl_triggers.cpp:340] DebMsg> Satisfaction Debug - Arousal: 0.000000, Sexcraft: 20.000000, Count: , Final: 0
[2025-07-15 17:50:56.410] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[2]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:50:56.474] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[9]: 'if': invalid number of arguments
[2025-07-15 17:50:56.538] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:56.576] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[3]: Form not found ()
[2025-07-15 17:50:56.640] [log] [warning] [util.cpp:492] GetForm: data(dragonborn.esm:67221051) appears valid, but dataHandler->LookupForm() returned nullptr
[2025-07-15 17:50:56.640] [log] [error] [util.cpp:554] Form not found (dragonborn.esm:67221051)
[2025-07-15 17:50:56.653] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[3]: Form not found (dragonborn.esm:67221051)
[2025-07-15 17:50:56.742] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[4]: 'if': invalid number of arguments
[2025-07-15 17:50:56.871] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:56.895] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[5]: Form not found ()
[2025-07-15 17:50:57.331] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.357] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[15]: Form not found ()
[2025-07-15 17:50:57.370] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.408] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[7]: Form not found ()
[2025-07-15 17:50:57.732] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.783] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[17]: Form not found ()
[2025-07-15 17:50:57.860] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.872] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[9]: Form not found ()
[2025-07-15 17:50:57.886] [log] [info] [sl_triggers.cpp:348] Speechcraft XP Gained: 0.000000 (Satisfaction: 0%)
[2025-07-15 17:50:58.170] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.196] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[19]: Form not found ()
[2025-07-15 17:50:58.247] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.273] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[11]: Form not found ()
[2025-07-15 17:50:58.401] [log] [debug] [sl_triggers.cpp:340] DebMsg> Consensual XP - Base: 100, Satisfaction: 0%, Final: 0.000000
[2025-07-15 17:50:58.491] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.504] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[21]: Form not found ()
[2025-07-15 17:50:58.684] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.697] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[13]: Form not found ()
[2025-07-15 17:50:58.710] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/CreatureVials.json)[13]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 17:50:58.773] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel START...
[2025-07-15 17:50:58.864] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.875] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[23]: Form not found ()
[2025-07-15 17:50:59.299] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:59.311] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[25]: Form not found ()
[2025-07-15 17:50:59.361] [log] [info] [sl_triggers.cpp:348] Terrible performance leads to relationship decay!
[2025-07-15 17:50:59.426] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[19]: 'if': invalid number of arguments
[2025-07-15 17:50:59.732] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:59.758] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[27]: Form not found ()
[2025-07-15 17:51:00.143] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel END...
[2025-07-15 17:51:00.195] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[25]: 'if': invalid number of arguments
[2025-07-15 17:51:00.270] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[26]: 'if': invalid number of arguments
[2025-07-15 17:51:00.307] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:00.319] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[29]: Form not found ()
[2025-07-15 17:51:00.392] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[27]: 'if': invalid number of arguments
[2025-07-15 17:51:00.490] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[28]: 'if': invalid number of arguments
[2025-07-15 17:51:00.809] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:00.820] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[31]: Form not found ()
[2025-07-15 17:51:01.030] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[34]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.104] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[35]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.190] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[37]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.288] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 17:51:01.385] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[38]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.460] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[40]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.557] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[41]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.642] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[43]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.717] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[44]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.842] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[46]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.956] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[47]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.007] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[49]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.097] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[50]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.135] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[52]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.262] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[53]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.300] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[55]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.427] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[56]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.464] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[58]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.565] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[59]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.666] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[61]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.740] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[48]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.778] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[62]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.841] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[64]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.917] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[49]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.954] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[51]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.005] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[52]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.067] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[54]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.118] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[55]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.181] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[57]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.232] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[58]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.333] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:03.359] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[60]: Form not found ()
[2025-07-15 17:51:03.547] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:03.573] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[62]: Form not found ()
[2025-07-15 17:51:03.673] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[65]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.762] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[66]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.799] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[68]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.849] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[69]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.887] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[71]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.936] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[72]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.974] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[74]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.061] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[75]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.099] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[77]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.150] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[78]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.213] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[80]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.326] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[81]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.364] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[83]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.414] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[84]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.514] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:04.539] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[86]: Form not found ()
[2025-07-15 17:51:04.552] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:86] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:04.602] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[87]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.689] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:04.701] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[89]: Form not found ()
[2025-07-15 17:51:04.714] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:89] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:04.791] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[90]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.905] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:04.931] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[92]: Form not found ()
[2025-07-15 17:51:04.944] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:92] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:04.996] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[93]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.087] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:05.113] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[95]: Form not found ()
[2025-07-15 17:51:05.126] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:95] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:05.180] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[96]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.218] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[98]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.272] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[99]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.311] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[101]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.376] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[102]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.468] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[104]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.561] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[105]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.600] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[107]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.692] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[108]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.732] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[110]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.783] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[111]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.823] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[113]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.874] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[114]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.913] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[116]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.991] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[117]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.044] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[119]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.108] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[120]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.160] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[122]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.240] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[123]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.280] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[125]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.332] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[126]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.397] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[128]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.476] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[129]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.554] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[131]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.646] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[132]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.686] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[134]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.737] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[135]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.816] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[137]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.894] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[138]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.933] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[140]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.986] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[141]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.039] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[143]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.131] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[144]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.170] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[146]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.250] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[147]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.301] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[149]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.379] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[150]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.418] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[152]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.470] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[153]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.523] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[155]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:14.367] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[156]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:14.407] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[158]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:57:52.716] [log] [debug] [skse_events.cpp:136] CombatEvent: (Captain Aldis) newstate(1)
[2025-07-15 17:57:52.770] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(1)
[2025-07-15 17:57:53.974] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(1)
[2025-07-15 17:58:03.303] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(2)
[2025-07-15 17:58:03.303] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(1)
[2025-07-15 17:58:03.311] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(0)
[2025-07-15 17:58:03.336] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(2)
[2025-07-15 17:58:03.336] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(1)
[2025-07-15 17:58:03.336] [log] [debug] [skse_events.cpp:136] CombatEvent: (Captain Aldis) newstate(1)
[2025-07-15 17:58:03.344] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(0)
[2025-07-15 17:58:03.344] [log] [debug] [skse_events.cpp:136] CombatEvent: (Captain Aldis) newstate(0)
[2025-07-15 17:58:40.731] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin)
[2025-07-15 17:58:40.741] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin) requestId(13) threadId(14)
[2025-07-15 17:58:40.871] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>)
[2025-07-15 17:58:40.891] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>) reported success
[2025-07-15 17:58:41.058] [log] [info] [sl_triggers.cpp:348] _fzk_c_begin START
[2025-07-15 17:58:41.410] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 17:58:41.744] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: SLT: (unusual here) attempted to parse an unknown file type() for scrtype (0)
[2025-07-15 17:58:41.754] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: call target file not parseable(begin_detect_tag) resolved from ("begin_detect_tag")
[2025-07-15 17:58:41.839] [log] [debug] [sl_triggers.cpp:340] DebMsg> Session type set to: standard
[2025-07-15 17:58:41.953] [log] [info] [sl_triggers.cpp:348] === SESSION START DEBUG ===
[2025-07-15 17:58:42.066] [log] [info] [sl_triggers.cpp:348] Player Arousal at Start: 0.000000
[2025-07-15 17:58:42.252] [log] [info] [sl_triggers.cpp:348] Player Orgasm Counter: 0
[2025-07-15 17:58:42.389] [log] [info] [sl_triggers.cpp:348] Partner Orgasm Counter: 0
[2025-07-15 17:58:42.549] [log] [info] [sl_triggers.cpp:348] Session Start Time: 0.800000
[2025-07-15 17:58:42.663] [log] [info] [sl_triggers.cpp:348] Session Type: standard
[2025-07-15 17:58:42.822] [log] [info] [sl_triggers.cpp:348] Partner Last Orgasm Time: 0
[2025-07-15 17:58:42.947] [log] [info] [sl_triggers.cpp:348] Partner Customer Satisfaction: 0
[2025-07-15 17:58:43.107] [log] [info] [sl_triggers.cpp:348] Player Sexcraft: 20.000000
[2025-07-15 17:58:43.233] [log] [info] [sl_triggers.cpp:348] Animation Tag:
[2025-07-15 17:58:43.347] [log] [info] [sl_triggers.cpp:348] === END DEBUG ===
[2025-07-15 18:00:32.032] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (2A007A46)>]) initialScriptName(_fzk_c_partner_o)
[2025-07-15 18:00:32.044] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (2A007A46)>]) initialScriptName(_fzk_c_partner_o) requestId(15) threadId(16)
[2025-07-15 18:00:32.088] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<_fzk_c_partner_o>)
[2025-07-15 18:00:32.110] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<_fzk_c_partner_o>) reported success
[2025-07-15 18:00:32.278] [log] [info] [sl_triggers.cpp:348] _fzk_c_partner_o START
[2025-07-15 18:00:36.533] [log] [info] [sl_triggers.cpp:348] Oral clench skill improved! (68.000000)
[2025-07-15 18:00:42.545] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end)
[2025-07-15 18:00:42.573] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end) requestId(17) threadId(18)
[2025-07-15 18:00:42.712] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>)
[2025-07-15 18:00:42.741] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>) reported success
[2025-07-15 18:00:42.910] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (2A007A46)>]) initialScriptName(HumanVials)
[2025-07-15 18:00:42.924] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (2A007A46)>]) initialScriptName(HumanVials) requestId(19) threadId(20)
[2025-07-15 18:00:42.981] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<HumanVials>)
[2025-07-15 18:00:43.022] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<HumanVials>) reported success
[2025-07-15 18:00:43.036] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (2A007A46)>]) initialScriptName(CreatureVials)
[2025-07-15 18:00:43.050] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (2A007A46)>]) initialScriptName(CreatureVials) requestId(21) threadId(22)
[2025-07-15 18:00:43.108] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<CreatureVials>)
[2025-07-15 18:00:43.136] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<CreatureVials>) reported success
[2025-07-15 18:00:43.150] [log] [info] [sl_triggers.cpp:348] _fzk_c_endSTART
[2025-07-15 18:00:43.747] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[26]: could not resolve JSON key
[2025-07-15 18:00:43.788] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[27]: Invalid MostRecentResultType value(0)[<invalid RT type: 0>](note: if invalid status is not indicated, please report a bug); likely due to using $$ after calling a function that has no return value
[2025-07-15 18:00:44.507] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:44.522] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[1]: Form not found ()
[2025-07-15 18:00:44.745] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:44.775] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[1]: Form not found ()
[2025-07-15 18:00:44.849] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:44.865] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: Form not found ()
[2025-07-15 18:00:44.880] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 18:00:45.088] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:45.103] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[5]: 'if': invalid number of arguments
[2025-07-15 18:00:45.133] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: Form not found ()
[2025-07-15 18:00:45.148] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 18:00:45.297] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[7]: 'if': invalid number of arguments
[2025-07-15 18:00:45.372] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[5]: 'if': invalid number of arguments
[2025-07-15 18:00:45.551] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[9]: 'if': invalid number of arguments
[2025-07-15 18:00:45.880] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[7]: 'if': invalid number of arguments
[2025-07-15 18:00:46.060] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[9]: 'if': invalid number of arguments
[2025-07-15 18:00:46.196] [log] [info] [sl_triggers.cpp:348] Partner Satisfaction Score: 0
[2025-07-15 18:00:46.582] [log] [debug] [sl_triggers.cpp:340] DebMsg> Satisfaction Debug - Arousal: 0.000000, Sexcraft: 20.000000, Count: , Final: 0
[2025-07-15 18:00:46.739] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:46.754] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[15]: Form not found ()
[2025-07-15 18:00:47.104] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.130] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[17]: Form not found ()
[2025-07-15 18:00:47.156] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.182] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[15]: Form not found ()
[2025-07-15 18:00:47.326] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.340] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[19]: Form not found ()
[2025-07-15 18:00:47.576] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.587] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[17]: Form not found ()
[2025-07-15 18:00:47.752] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.763] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[21]: Form not found ()
[2025-07-15 18:00:47.962] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.973] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[19]: Form not found ()
[2025-07-15 18:00:48.170] [log] [info] [sl_triggers.cpp:348] Speechcraft XP Gained: 0.000000 (Satisfaction: 0%)
[2025-07-15 18:00:48.298] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.322] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[21]: Form not found ()
[2025-07-15 18:00:48.333] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.345] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[23]: Form not found ()
[2025-07-15 18:00:48.605] [log] [debug] [sl_triggers.cpp:340] DebMsg> Consensual XP - Base: 100, Satisfaction: 0%, Final: 0.000000
[2025-07-15 18:00:48.675] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.699] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[25]: Form not found ()
[2025-07-15 18:00:48.723] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.735] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[23]: Form not found ()
[2025-07-15 18:00:48.992] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.005] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[25]: Form not found ()
[2025-07-15 18:00:49.028] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel START...
[2025-07-15 18:00:49.086] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.110] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[27]: Form not found ()
[2025-07-15 18:00:49.392] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.415] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[29]: Form not found ()
[2025-07-15 18:00:49.484] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.496] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[27]: Form not found ()
[2025-07-15 18:00:49.601] [log] [info] [sl_triggers.cpp:348] Terrible performance leads to relationship decay!
[2025-07-15 18:00:49.801] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.813] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[29]: Form not found ()
[2025-07-15 18:00:49.895] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.919] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[31]: Form not found ()
[2025-07-15 18:00:50.119] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[34]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.165] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:50.188] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[31]: Form not found ()
[2025-07-15 18:00:50.261] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[35]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.320] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[37]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.379] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[38]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.436] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[40]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.508] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[34]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.531] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel END...
[2025-07-15 18:00:50.624] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[41]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.649] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[35]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.720] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[43]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.755] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[37]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.862] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[38]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.884] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[44]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.968] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[40]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.039] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[46]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.120] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[41]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.167] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 18:00:51.214] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[43]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.214] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[47]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.259] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[49]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.321] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[44]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.344] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[50]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.379] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[52]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.391] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[46]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.485] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[53]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.509] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[47]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.532] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[55]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.579] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[49]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.614] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[56]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.660] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[58]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.742] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[59]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.777] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[61]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.777] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[50]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.836] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[52]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.859] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[62]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.917] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[64]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.928] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[53]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.987] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[55]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:52.081] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[56]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:52.114] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[58]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:52.162] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[59]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:52.197] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[61]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:52.244] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[62]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:52.339] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[64]: too many parameters (needed no more than 6 but was provided 6)

 

Edit 2:

a few thoughts and clarifications. thanks in advance for your tips


- [2025-07-15 17:46:42.607] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: SLT: (unusual here) attempted to parse an unknown file type() for scrtype (0) /[2025-07-15 17:46:42.621] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: call target file not parseable(begin_detect_tag) resolved from ("begin_detect_tag")

-> this should be a file path issue. Script A is calling Script B from subfolder/Script B = fzk/begin_detect_tag. 

call "begin_detect_tag"

- Humanvials.json/creaturevials.json : please ignore these, they are from the old version of SLT and I realized I don't need them
- [2025-07-15 18:00:43.747] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[26]: could not resolve JSON key | [2025-07-15 18:00:43.788] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[27]: Invalid MostRecentResultType value(0) -> the code is

set $timingFile "commandstore/timing_s"
; Get target timing based on animation tag
json_getvalue $timingFile "float" $global.animation_tag 0.05
set $target $$


the file is:
 

{
    "float": {
        "other": 0.05,
        "blowjob": 0.05,
        "vaginal": 0.05,
        "anal": 0.05,
        "handjob": 0.05,
        "deepthroat": 0.05,
        "deviation": 0.1
    }
} 


 

 

regarding your previous response, thanks for the clarification!

i can confirm that SLSO in Sexlab P+ which I use now, is working as trigger for SL triggers redux 125.

50 minutes ago, hextun said:

Now... what about "SexLab Separate Orgasm"? Well, when that one fires, it only runs for the SexLab scene participant that had the SLSO orgasm. So let's change the event type to that and remove all the filters.

 

 

 

 

Edited by Fraying9981
Posted (edited)
4 hours ago, rfgggg said:

After hours of banging my head against a wall (and a couple new saves :() trying to find the source of my sever fps drop on player damage I found the culprit, the latest version of this. On 125 I found every time I cast a destruction spell or caused damage with a weapon I would quickly drop 20+ fps. Not sure if its something in my list that isn't playing nice or the update itself but as soon as I went back to 124 the issue disappeared.

 

@iiziilel2: Does this also happen with no "Player Hit" triggers defined?

 

Nevermind, I found the culprit. Working on a fix.

Edited by hextun
Posted
1 hour ago, Fraying9981 said:

 

 

here is what i see, i suppose we are good? what do I check next?

 

  Hide contents
checking plugin sl-triggers.dll
 
loading plugin "sl-triggers"
registering plugin listener for SKSE at 57 of 66
plugin sl-triggers.dll (00000001 sl-triggers 02000000) loaded correctly (handle 57)
 
    (1040727 -> 1040727)    sl_triggers.esp
 

 

Edit: Aha! now I understand where the log is.

OK here is the SLT log

  Reveal hidden contents
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:213] PrecacheLibraries starting
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:115] adding (sl_triggersExtensionCore-libraries.json/sl_triggersCmdLibCore/sl_triggersExtensionCore/10000)
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:115] adding (sl_triggersExtensionSexLab-libraries.json/sl_triggersCmdLibSexLab/sl_triggersExtensionSexLab/-500)
[2025-07-15 17:39:11.363] [log] [info] [engine.cpp:139] 3 libraries available, processing
[2025-07-15 17:39:11.372] [log] [info] [engine.cpp:218] PrecacheLibraries completed
[2025-07-15 17:39:11.372] [log] [info] [core.h:266] Script pool initialized: 30 spells, 30 magic effects
[2025-07-15 17:40:06.653] [log] [info] [skse_events.cpp:198] sl-triggers starting session -1966807576
[2025-07-15 17:40:07.098] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:07.432] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:07.531] [log] [debug] [sl_triggers.cpp:340] Main.DoPlayerLoadGame
[2025-07-15 17:40:07.549] [log] [debug] [sl_triggers.cpp:340] Main.BootstrapSLTInit
[2025-07-15 17:40:07.698] [log] [info] [sl_triggers.cpp:416] SetExtensionEnabled: functionLibrary->extensionKey(sl_triggersExtensionSexLab) ->enabled(true)
[2025-07-15 17:40:07.698] [log] [info] [engine.cpp:139] 3 libraries available, processing
[2025-07-15 17:40:07.864] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:07.931] [log] [debug] [sl_triggers.cpp:340] Main.OnSLTRegisterExtension extensionKey(sl_triggersExtensionSexLab)
[2025-07-15 17:40:07.948] [log] [debug] [sl_triggers.cpp:340] Main: Setting extension pages for SLTMCM
[2025-07-15 17:40:08.031] [log] [debug] [sl_triggers.cpp:340] Main: Sending new session event
[2025-07-15 17:40:08.064] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:08.381] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:08.677] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:08.752] [log] [info] [sl_triggers.cpp:416] SetExtensionEnabled: functionLibrary->extensionKey(sl_triggersExtensionCore) ->enabled(true)
[2025-07-15 17:40:08.752] [log] [info] [engine.cpp:139] 3 libraries available, processing
[2025-07-15 17:40:08.918] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x00B9C8|Quick Start - SE.esp'
[2025-07-15 17:40:08.943] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 13
[2025-07-15 17:40:08.957] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x003881|Quick Start - SE.esp'
[2025-07-15 17:40:08.970] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 12
[2025-07-15 17:40:08.999] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:09.052] [log] [debug] [sl_triggers.cpp:340] Main.OnSLTRegisterExtension extensionKey(sl_triggersextensioncore)
[2025-07-15 17:40:09.065] [log] [debug] [sl_triggers.cpp:340] Main: Setting extension pages for SLTMCM
[2025-07-15 17:40:09.297] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:40:09.577] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:36.320] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x00B9C8|Quick Start - SE.esp'
[2025-07-15 17:41:36.325] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 13
[2025-07-15 17:41:36.329] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: mod unavailable(Quick Start - SE.esp); skipping entry '0x003881|Quick Start - SE.esp'
[2025-07-15 17:41:36.333] [log] [warning] [sl_triggers.cpp:352] Core.RefreshTheContainersWeKnowAndLove: unable to load form for 12
[2025-07-15 17:41:40.352] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:40.603] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:40.894] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:41.183] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:41.472] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:41.761] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:44.037] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:41:44.297] [log] [debug] [sl_triggers.cpp:340] Main: Sending registration beacon
[2025-07-15 17:46:41.325] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin)
[2025-07-15 17:46:41.338] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin) requestId(1) threadId(2)
[2025-07-15 17:46:41.392] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>)
[2025-07-15 17:46:41.417] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>) reported success
[2025-07-15 17:46:41.602] [log] [info] [sl_triggers.cpp:348] _fzk_c_begin START
[2025-07-15 17:46:42.051] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 17:46:42.607] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: SLT: (unusual here) attempted to parse an unknown file type() for scrtype (0)
[2025-07-15 17:46:42.621] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: call target file not parseable(begin_detect_tag) resolved from ("begin_detect_tag")
[2025-07-15 17:46:42.751] [log] [debug] [sl_triggers.cpp:340] DebMsg> Session type set to: standard
[2025-07-15 17:46:42.870] [log] [info] [sl_triggers.cpp:348] === SESSION START DEBUG ===
[2025-07-15 17:46:43.014] [log] [info] [sl_triggers.cpp:348] Player Arousal at Start: 0.000000
[2025-07-15 17:46:43.172] [log] [info] [sl_triggers.cpp:348] Player Orgasm Counter: 0
[2025-07-15 17:46:43.343] [log] [info] [sl_triggers.cpp:348] Partner Orgasm Counter: 0
[2025-07-15 17:46:43.527] [log] [info] [sl_triggers.cpp:348] Session Start Time: 0.680000
[2025-07-15 17:46:43.673] [log] [info] [sl_triggers.cpp:348] Session Type: standard
[2025-07-15 17:46:43.829] [log] [info] [sl_triggers.cpp:348] Partner Last Orgasm Time: 0
[2025-07-15 17:46:43.987] [log] [info] [sl_triggers.cpp:348] Partner Customer Satisfaction: 0
[2025-07-15 17:46:44.133] [log] [info] [sl_triggers.cpp:348] Player Sexcraft: 20.000000
[2025-07-15 17:46:44.291] [log] [info] [sl_triggers.cpp:348] Animation Tag:
[2025-07-15 17:46:44.435] [log] [info] [sl_triggers.cpp:348] === END DEBUG ===
[2025-07-15 17:48:29.500] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o)
[2025-07-15 17:48:29.514] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o) requestId(3) threadId(4)
[2025-07-15 17:48:29.540] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>)
[2025-07-15 17:48:29.580] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>) reported success
[2025-07-15 17:48:29.802] [log] [info] [sl_triggers.cpp:348] _fzk_c_partner_o START
[2025-07-15 17:48:33.427] [log] [info] [sl_triggers.cpp:348] Oral clench skill improved! (24.000000)
[2025-07-15 17:50:23.882] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o)
[2025-07-15 17:50:23.895] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(_fzk_c_partner_o) requestId(5) threadId(6)
[2025-07-15 17:50:23.921] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>)
[2025-07-15 17:50:23.946] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<_fzk_c_partner_o>) reported success
[2025-07-15 17:50:24.164] [log] [info] [sl_triggers.cpp:348] _fzk_c_partner_o START
[2025-07-15 17:50:27.950] [log] [info] [sl_triggers.cpp:348] Oral clench skill improved! (46.000000)
[2025-07-15 17:50:49.631] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end)
[2025-07-15 17:50:49.656] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end) requestId(7) threadId(8)
[2025-07-15 17:50:49.905] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>)
[2025-07-15 17:50:49.930] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>) reported success
[2025-07-15 17:50:50.181] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(HumanVials)
[2025-07-15 17:50:50.234] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(HumanVials) requestId(9) threadId(10)
[2025-07-15 17:50:50.272] [log] [info] [sl_triggers.cpp:348] _fzk_c_endSTART
[2025-07-15 17:50:50.298] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<HumanVials>)
[2025-07-15 17:50:50.324] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<HumanVials>) reported success
[2025-07-15 17:50:50.338] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(CreatureVials)
[2025-07-15 17:50:50.350] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([WIDeadBodyCleanupScript < (000198BA)>]) initialScriptName(CreatureVials) requestId(11) threadId(12)
[2025-07-15 17:50:50.449] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<CreatureVials>)
[2025-07-15 17:50:50.478] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[WIDeadBodyCleanupScript < (000198BA)>]>, initialScriptName=<CreatureVials>) reported success
[2025-07-15 17:50:50.943] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[26]: could not resolve JSON key
[2025-07-15 17:50:51.020] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[27]: Invalid MostRecentResultType value(0)[<invalid RT type: 0>](note: if invalid status is not indicated, please report a bug); likely due to using $$ after calling a function that has no return value
[2025-07-15 17:50:51.871] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:51.896] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[1]: Form not found ()
[2025-07-15 17:50:52.061] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:52.073] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: Form not found ()
[2025-07-15 17:50:52.086] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 17:50:52.125] [log] [info] [sl_triggers.cpp:348] Partner Satisfaction Score: 0
[2025-07-15 17:50:56.050] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[5]: 'if': invalid number of arguments
[2025-07-15 17:50:56.100] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:56.126] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[1]: Form not found ()
[2025-07-15 17:50:56.267] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[7]: 'if': invalid number of arguments
[2025-07-15 17:50:56.371] [log] [debug] [sl_triggers.cpp:340] DebMsg> Satisfaction Debug - Arousal: 0.000000, Sexcraft: 20.000000, Count: , Final: 0
[2025-07-15 17:50:56.410] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[2]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:50:56.474] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[9]: 'if': invalid number of arguments
[2025-07-15 17:50:56.538] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:56.576] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[3]: Form not found ()
[2025-07-15 17:50:56.640] [log] [warning] [util.cpp:492] GetForm: data(dragonborn.esm:67221051) appears valid, but dataHandler->LookupForm() returned nullptr
[2025-07-15 17:50:56.640] [log] [error] [util.cpp:554] Form not found (dragonborn.esm:67221051)
[2025-07-15 17:50:56.653] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[3]: Form not found (dragonborn.esm:67221051)
[2025-07-15 17:50:56.742] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[4]: 'if': invalid number of arguments
[2025-07-15 17:50:56.871] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:56.895] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[5]: Form not found ()
[2025-07-15 17:50:57.331] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.357] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[15]: Form not found ()
[2025-07-15 17:50:57.370] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.408] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[7]: Form not found ()
[2025-07-15 17:50:57.732] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.783] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[17]: Form not found ()
[2025-07-15 17:50:57.860] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:57.872] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[9]: Form not found ()
[2025-07-15 17:50:57.886] [log] [info] [sl_triggers.cpp:348] Speechcraft XP Gained: 0.000000 (Satisfaction: 0%)
[2025-07-15 17:50:58.170] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.196] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[19]: Form not found ()
[2025-07-15 17:50:58.247] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.273] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[11]: Form not found ()
[2025-07-15 17:50:58.401] [log] [debug] [sl_triggers.cpp:340] DebMsg> Consensual XP - Base: 100, Satisfaction: 0%, Final: 0.000000
[2025-07-15 17:50:58.491] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.504] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[21]: Form not found ()
[2025-07-15 17:50:58.684] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.697] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[13]: Form not found ()
[2025-07-15 17:50:58.710] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/CreatureVials.json)[13]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 17:50:58.773] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel START...
[2025-07-15 17:50:58.864] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:58.875] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[23]: Form not found ()
[2025-07-15 17:50:59.299] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:59.311] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[25]: Form not found ()
[2025-07-15 17:50:59.361] [log] [info] [sl_triggers.cpp:348] Terrible performance leads to relationship decay!
[2025-07-15 17:50:59.426] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[19]: 'if': invalid number of arguments
[2025-07-15 17:50:59.732] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:50:59.758] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[27]: Form not found ()
[2025-07-15 17:51:00.143] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel END...
[2025-07-15 17:51:00.195] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[25]: 'if': invalid number of arguments
[2025-07-15 17:51:00.270] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[26]: 'if': invalid number of arguments
[2025-07-15 17:51:00.307] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:00.319] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[29]: Form not found ()
[2025-07-15 17:51:00.392] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[27]: 'if': invalid number of arguments
[2025-07-15 17:51:00.490] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[28]: 'if': invalid number of arguments
[2025-07-15 17:51:00.809] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:00.820] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[31]: Form not found ()
[2025-07-15 17:51:01.030] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[34]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.104] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[35]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.190] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[37]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.288] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 17:51:01.385] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[38]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.460] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[40]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.557] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[41]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.642] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[43]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.717] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[44]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:01.842] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[46]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:01.956] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[47]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.007] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[49]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.097] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[50]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.135] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[52]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.262] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[53]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.300] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[55]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.427] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[56]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.464] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[58]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.565] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[59]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.666] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[61]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.740] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[48]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.778] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[62]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.841] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[64]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:02.917] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[49]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:02.954] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[51]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.005] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[52]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.067] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[54]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.118] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[55]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.181] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[57]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.232] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[58]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.333] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:03.359] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[60]: Form not found ()
[2025-07-15 17:51:03.547] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:03.573] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[62]: Form not found ()
[2025-07-15 17:51:03.673] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[65]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.762] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[66]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.799] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[68]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.849] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[69]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.887] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[71]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:03.936] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[72]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:03.974] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[74]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.061] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[75]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.099] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[77]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.150] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[78]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.213] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[80]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.326] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[81]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.364] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[83]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:04.414] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[84]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.514] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:04.539] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[86]: Form not found ()
[2025-07-15 17:51:04.552] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:86] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:04.602] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[87]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.689] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:04.701] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[89]: Form not found ()
[2025-07-15 17:51:04.714] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:89] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:04.791] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[90]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:04.905] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:04.931] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[92]: Form not found ()
[2025-07-15 17:51:04.944] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:92] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:04.996] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[93]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.087] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 17:51:05.113] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[95]: Form not found ()
[2025-07-15 17:51:05.126] [log] [error] [sl_triggers.cpp:344]
 
!!!!!!!!!!!!!!!!!
 
                SLT: [../sl_triggers/commands/CreatureVials.json][lineNum:95] unable to resolve actor variable ($Player)


 
[2025-07-15 17:51:05.180] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[96]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.218] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[98]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.272] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[99]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.311] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[101]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.376] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[102]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.468] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[104]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.561] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[105]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.600] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[107]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.692] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[108]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.732] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[110]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.783] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[111]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.823] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[113]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.874] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[114]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:05.913] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[116]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:05.991] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[117]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.044] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[119]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.108] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[120]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.160] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[122]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.240] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[123]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.280] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[125]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.332] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[126]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.397] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[128]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.476] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[129]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.554] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[131]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.646] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[132]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.686] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[134]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.737] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[135]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.816] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[137]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.894] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[138]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:06.933] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[140]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:06.986] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[141]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.039] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[143]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.131] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[144]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.170] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[146]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.250] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[147]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.301] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[149]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.379] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[150]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.418] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[152]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:07.470] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[153]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:07.523] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[155]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:51:14.367] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[156]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 17:51:14.407] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/CreatureVials.json)[158]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 17:57:52.716] [log] [debug] [skse_events.cpp:136] CombatEvent: (Captain Aldis) newstate(1)
[2025-07-15 17:57:52.770] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(1)
[2025-07-15 17:57:53.974] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(1)
[2025-07-15 17:58:03.303] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(2)
[2025-07-15 17:58:03.303] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(1)
[2025-07-15 17:58:03.311] [log] [debug] [skse_events.cpp:136] CombatEvent: (Ahtar) newstate(0)
[2025-07-15 17:58:03.336] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(2)
[2025-07-15 17:58:03.336] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(1)
[2025-07-15 17:58:03.336] [log] [debug] [skse_events.cpp:136] CombatEvent: (Captain Aldis) newstate(1)
[2025-07-15 17:58:03.344] [log] [debug] [skse_events.cpp:136] CombatEvent: (Frorkand [Solitude Guard]) newstate(0)
[2025-07-15 17:58:03.344] [log] [debug] [skse_events.cpp:136] CombatEvent: (Captain Aldis) newstate(0)
[2025-07-15 17:58:40.731] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin)
[2025-07-15 17:58:40.741] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_begin) requestId(13) threadId(14)
[2025-07-15 17:58:40.871] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>)
[2025-07-15 17:58:40.891] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_begin>) reported success
[2025-07-15 17:58:41.058] [log] [info] [sl_triggers.cpp:348] _fzk_c_begin START
[2025-07-15 17:58:41.410] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 17:58:41.744] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: SLT: (unusual here) attempted to parse an unknown file type() for scrtype (0)
[2025-07-15 17:58:41.754] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: call target file not parseable(begin_detect_tag) resolved from ("begin_detect_tag")
[2025-07-15 17:58:41.839] [log] [debug] [sl_triggers.cpp:340] DebMsg> Session type set to: standard
[2025-07-15 17:58:41.953] [log] [info] [sl_triggers.cpp:348] === SESSION START DEBUG ===
[2025-07-15 17:58:42.066] [log] [info] [sl_triggers.cpp:348] Player Arousal at Start: 0.000000
[2025-07-15 17:58:42.252] [log] [info] [sl_triggers.cpp:348] Player Orgasm Counter: 0
[2025-07-15 17:58:42.389] [log] [info] [sl_triggers.cpp:348] Partner Orgasm Counter: 0
[2025-07-15 17:58:42.549] [log] [info] [sl_triggers.cpp:348] Session Start Time: 0.800000
[2025-07-15 17:58:42.663] [log] [info] [sl_triggers.cpp:348] Session Type: standard
[2025-07-15 17:58:42.822] [log] [info] [sl_triggers.cpp:348] Partner Last Orgasm Time: 0
[2025-07-15 17:58:42.947] [log] [info] [sl_triggers.cpp:348] Partner Customer Satisfaction: 0
[2025-07-15 17:58:43.107] [log] [info] [sl_triggers.cpp:348] Player Sexcraft: 20.000000
[2025-07-15 17:58:43.233] [log] [info] [sl_triggers.cpp:348] Animation Tag:
[2025-07-15 17:58:43.347] [log] [info] [sl_triggers.cpp:348] === END DEBUG ===
[2025-07-15 18:00:32.032] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (2A007A46)>]) initialScriptName(_fzk_c_partner_o)
[2025-07-15 18:00:32.044] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (2A007A46)>]) initialScriptName(_fzk_c_partner_o) requestId(15) threadId(16)
[2025-07-15 18:00:32.088] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<_fzk_c_partner_o>)
[2025-07-15 18:00:32.110] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<_fzk_c_partner_o>) reported success
[2025-07-15 18:00:32.278] [log] [info] [sl_triggers.cpp:348] _fzk_c_partner_o START
[2025-07-15 18:00:36.533] [log] [info] [sl_triggers.cpp:348] Oral clench skill improved! (68.000000)
[2025-07-15 18:00:42.545] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end)
[2025-07-15 18:00:42.573] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (00000014)>]) initialScriptName(_fzk_c_end) requestId(17) threadId(18)
[2025-07-15 18:00:42.712] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>)
[2025-07-15 18:00:42.741] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (00000014)>]>, initialScriptName=<_fzk_c_end>) reported success
[2025-07-15 18:00:42.910] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (2A007A46)>]) initialScriptName(HumanVials)
[2025-07-15 18:00:42.924] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (2A007A46)>]) initialScriptName(HumanVials) requestId(19) threadId(20)
[2025-07-15 18:00:42.981] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<HumanVials>)
[2025-07-15 18:00:43.022] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<HumanVials>) reported success
[2025-07-15 18:00:43.036] [log] [debug] [sl_triggers.cpp:340] Main.StartCommand targetForm([Actor < (2A007A46)>]) initialScriptName(CreatureVials)
[2025-07-15 18:00:43.050] [log] [debug] [sl_triggers.cpp:340] Main.StartCommandWithThreadId targetForm([Actor < (2A007A46)>]) initialScriptName(CreatureVials) requestId(21) threadId(22)
[2025-07-15 18:00:43.108] [log] [debug] [sl_triggers.cpp:340] Calling sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<CreatureVials>)
[2025-07-15 18:00:43.136] [log] [debug] [sl_triggers.cpp:340] sl_triggers_internal.StartScript(target=<[Actor < (2A007A46)>]>, initialScriptName=<CreatureVials>) reported success
[2025-07-15 18:00:43.150] [log] [info] [sl_triggers.cpp:348] _fzk_c_endSTART
[2025-07-15 18:00:43.747] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[26]: could not resolve JSON key
[2025-07-15 18:00:43.788] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[27]: Invalid MostRecentResultType value(0)[<invalid RT type: 0>](note: if invalid status is not indicated, please report a bug); likely due to using $$ after calling a function that has no return value
[2025-07-15 18:00:44.507] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:44.522] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[1]: Form not found ()
[2025-07-15 18:00:44.745] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:44.775] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[1]: Form not found ()
[2025-07-15 18:00:44.849] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:44.865] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: Form not found ()
[2025-07-15 18:00:44.880] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 18:00:45.088] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:45.103] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[5]: 'if': invalid number of arguments
[2025-07-15 18:00:45.133] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: Form not found ()
[2025-07-15 18:00:45.148] [log] [warning] [sl_triggers.cpp:352] SLTR:(../sl_triggers/commands/HumanVials.json)[3]: actor_race: Unable to resolve actor token($partner)
[2025-07-15 18:00:45.297] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[7]: 'if': invalid number of arguments
[2025-07-15 18:00:45.372] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[5]: 'if': invalid number of arguments
[2025-07-15 18:00:45.551] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[9]: 'if': invalid number of arguments
[2025-07-15 18:00:45.880] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[7]: 'if': invalid number of arguments
[2025-07-15 18:00:46.060] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[9]: 'if': invalid number of arguments
[2025-07-15 18:00:46.196] [log] [info] [sl_triggers.cpp:348] Partner Satisfaction Score: 0
[2025-07-15 18:00:46.582] [log] [debug] [sl_triggers.cpp:340] DebMsg> Satisfaction Debug - Arousal: 0.000000, Sexcraft: 20.000000, Count: , Final: 0
[2025-07-15 18:00:46.739] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:46.754] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[15]: Form not found ()
[2025-07-15 18:00:47.104] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.130] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[17]: Form not found ()
[2025-07-15 18:00:47.156] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.182] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[15]: Form not found ()
[2025-07-15 18:00:47.326] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.340] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[19]: Form not found ()
[2025-07-15 18:00:47.576] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.587] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[17]: Form not found ()
[2025-07-15 18:00:47.752] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.763] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[21]: Form not found ()
[2025-07-15 18:00:47.962] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:47.973] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[19]: Form not found ()
[2025-07-15 18:00:48.170] [log] [info] [sl_triggers.cpp:348] Speechcraft XP Gained: 0.000000 (Satisfaction: 0%)
[2025-07-15 18:00:48.298] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.322] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[21]: Form not found ()
[2025-07-15 18:00:48.333] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.345] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[23]: Form not found ()
[2025-07-15 18:00:48.605] [log] [debug] [sl_triggers.cpp:340] DebMsg> Consensual XP - Base: 100, Satisfaction: 0%, Final: 0.000000
[2025-07-15 18:00:48.675] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.699] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[25]: Form not found ()
[2025-07-15 18:00:48.723] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:48.735] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[23]: Form not found ()
[2025-07-15 18:00:48.992] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.005] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[25]: Form not found ()
[2025-07-15 18:00:49.028] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel START...
[2025-07-15 18:00:49.086] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.110] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[27]: Form not found ()
[2025-07-15 18:00:49.392] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.415] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[29]: Form not found ()
[2025-07-15 18:00:49.484] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.496] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[27]: Form not found ()
[2025-07-15 18:00:49.601] [log] [info] [sl_triggers.cpp:348] Terrible performance leads to relationship decay!
[2025-07-15 18:00:49.801] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.813] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[29]: Form not found ()
[2025-07-15 18:00:49.895] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:49.919] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[31]: Form not found ()
[2025-07-15 18:00:50.119] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[34]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.165] [log] [warning] [util.cpp:472] GetForm: invalid form specifier ()
[2025-07-15 18:00:50.188] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[31]: Form not found ()
[2025-07-15 18:00:50.261] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[35]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.320] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[37]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.379] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[38]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.436] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[40]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.508] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[34]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.531] [log] [info] [sl_triggers.cpp:348] [Fuzoku] orgasm rel END...
[2025-07-15 18:00:50.624] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[41]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.649] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[35]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.720] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[43]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.755] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[37]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:50.862] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[38]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.884] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[44]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:50.968] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[40]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.039] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[46]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.120] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[41]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.167] [log] [debug] [sl_triggers.cpp:340] DebMsg> Global variables reset to 0
[2025-07-15 18:00:51.214] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[43]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.214] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[47]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.259] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[49]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.321] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[44]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.344] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[50]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.379] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[52]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.391] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[46]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.485] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[53]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.509] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[47]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.532] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[55]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.579] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[49]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.614] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[56]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.660] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[58]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.742] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[59]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.777] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[61]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.777] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[50]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.836] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[52]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.859] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[62]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.917] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[64]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:51.928] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[53]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:51.987] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[55]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:52.081] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[56]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:52.114] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[58]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:52.162] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[59]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:52.197] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[61]: too many parameters (needed no more than 6 but was provided 6)
[2025-07-15 18:00:52.244] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[62]: Unable to resolve goto label (End) resolved to ([End])
[2025-07-15 18:00:52.339] [log] [error] [sl_triggers.cpp:344] SLTR:(../sl_triggers/commands/HumanVials.json)[64]: too many parameters (needed no more than 6 but was provided 6)

 

Edit 2:

a few thoughts and clarifications. thanks in advance for your tips


- [2025-07-15 17:46:42.607] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: SLT: (unusual here) attempted to parse an unknown file type() for scrtype (0) /[2025-07-15 17:46:42.621] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/begin_set_globals.sltscript)[21]: call target file not parseable(begin_detect_tag) resolved from ("begin_detect_tag")

-> this should be a file path issue. Script A is calling Script B from subfolder/Script B = fzk/begin_detect_tag. 

call "begin_detect_tag"

- Humanvials.json/creaturevials.json : please ignore these, they are from the old version of SLT and I realized I don't need them
- [2025-07-15 18:00:43.747] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[26]: could not resolve JSON key | [2025-07-15 18:00:43.788] [log] [error] [sl_triggers.cpp:344] SLTR:(fzk/end_partner_satisfaction.sltscript)[27]: Invalid MostRecentResultType value(0) -> the code is

set $timingFile "commandstore/timing_s"
; Get target timing based on animation tag
json_getvalue $timingFile "float" $global.animation_tag 0.05
set $target $$


the file is:
 

{
    "float": {
        "other": 0.05,
        "blowjob": 0.05,
        "vaginal": 0.05,
        "anal": 0.05,
        "handjob": 0.05,
        "deepthroat": 0.05,
        "deviation": 0.1
    }
} 


 

 

regarding your previous response, thanks for the clarification!

i can confirm that SLSO in Sexlab P+ which I use now, is working as trigger for SL triggers redux 125.

 

 

 

 

I haven't given though to trying to support scripts in subfolders, so I guess that will be interesting if that works. :)

 

Script names are going to always be looked up relative to the "commands" folder, so maybe try changing that call to 'call "fzk/begin_detect_tag"'?

 

I didn't see any mentions of the $global.animation_tag variable in the log output. For what it's worth try adding this line just before the json_getvalue call:
  deb_msg "global.animation_tag is :" $global.animation_tag ":"

This avoids string interpolation and should output, surrounded by colons, what it thinks that value is. If it is empty or just has the wrong value, that would explain the error about not finding the JSON key. That particular error usually is going to mean it looked up the value for that variable and it was blank.

Posted

I also realized that in my rush to push out a fix form form lookups, I not only pushed out unready code with a nasty performance bug, I announced it's general availability but had not yet added it to the drop down of available events.

Posted
20 minutes ago, hextun said:

I haven't given though to trying to support scripts in subfolders, so I guess that will be interesting if that works. :)

 

 

interesting. well i can confirm it works for one script

 

20 minutes ago, hextun said:

Script names are going to always be looked up relative to the "commands" folder, so maybe try changing that call to 'call "fzk/begin_detect_tag"'?

 

 

good to know. this was for a script inside fzk calling another one inside fzk too. i assumed it wasnt needed. will update.

21 minutes ago, hextun said:

 

I haven't given though to trying to support scripts in subfolders, so I guess that will be interesting if that works. :)

 

Script names are going to always be looked up relative to the "commands" folder, so maybe try changing that call to 'call "fzk/begin_detect_tag"'?

 

I didn't see any mentions of the $global.animation_tag variable in the log output. For what it's worth try adding this line just before the json_getvalue call:
  deb_msg "global.animation_tag is :" $global.animation_tag ":"

This avoids string interpolation and should output, surrounded by colons, what it thinks that value is. If it is empty or just has the wrong value, that would explain the error about not finding the JSON key. That particular error usually is going to mean it looked up the value for that variable and it was blank.

 

 

it is present, but for some reason it's empty...

I'm not sure why, especially given that I added a fallback "other".

 

Do you think it might be because when calling scripts these are executed simultaneously instead of in a sequence?

 

; call begin set globals
call "fzk/begin_set_globals" -> this one calls begin_detect_tag at the end to determine tag

; call determine session type
call "fzk/begin_determine_session_type"

; call debug comments
call "fzk/begin_debug_comments"

 

Spoiler
; Detect current animation tag and set global variable
msg_notify $"{system.currentScriptName} START"
 
; Check for Deepthroat tag
sl_hastag "Deepthroat" $system.self
if $$ == 1 setDeepthroat
 
; Check for Oral tag
sl_hastag "Oral" $system.self
if $$ == 1 setOral
 
; Check for Vaginal tag
sl_hastag "Vaginal" $system.self
if $$ == 1 setVaginal
 
; Check for Anal tag
sl_hastag "Anal" $system.self
if $$ == 1 setAnal
 
; Check for Handjob tag
sl_hastag "Handjob" $system.self
if $$ == 1 setHandjob
 
; No matching tag found, set to "other"
set $global.animation_tag "other"
goto done
 
[setOral]
set $global.animation_tag "blowjob"
goto done
 
[setVaginal]
set $global.animation_tag "vaginal"
goto done
 
[setAnal]
set $global.animation_tag "anal"
goto done
 
[setHandjob]
set $global.animation_tag "handjob"
goto done
 
[setDeepthroat]
set $global.animation_tag "deepthroat"
goto done
 
[done]
deb_msg $"Animation tag detected: {global.animation_tag}"

 

Posted (edited)

just noticed something pretty annoying that would be great to get fixed if possible:

- I'm modifying my SL triggers existing sltscript, lets say scriptA.sltscript

- the game still uses the older version though I replaced them in the commands folder.

- looks like some kind of caching issue. I reset the trigger inside the MCM, then reselected the same (updated) sltscript -> no change

- would be great if reloading the game would wipe whatever cache there is

 

 

here is a concrete example:

script A v1: "hello world"

-> in game: "hello world"

-> change script A to v2: "world"

-> in game: "hello world"

-> in MCM: reset trigger to default, then reselect script A

-> in game: "hello world"

 

 

Edit:

I just recreated new triggers with the updated scripts (same name though) -> i still get the old scripts. very annoying.

I think it might be due to how the mod is caching scripts based on their filenames.

I wonder how you do testing then: it must be quite painful if you need to change filenames AND change the script file associated to the trigger as well

Edited by Fraying9981
Posted (edited)
40 minutes ago, Fraying9981 said:

just noticed something pretty annoying that would be great to get fixed if possible:

- I'm modifying my SL triggers existing sltscript, lets say scriptA.sltscript

- the game still uses the older version though I replaced them in the commands folder.

- looks like some kind of caching issue. I reset the trigger inside the MCM, then reselected the same (updated) sltscript -> no change

- would be great if reloading the game would wipe whatever cache there is

 

 

here is a concrete example:

script A v1: "hello world"

-> in game: "hello world"

-> change script A to v2: "world"

-> in game: "hello world"

-> in MCM: reset trigger to default, then reselect script A

-> in game: "hello world"

 

 

Edit:

I just recreated new triggers with the updated scripts (same name though) -> i still get the old scripts. very annoying.

I think it might be due to how the mod is caching scripts based on their filenames.

I wonder how you do testing then: it must be quite painful if you need to change filenames AND change the script file associated to the trigger as well

 

Um... I experience the opposite. I can leave the game running, have an .sltscript open in Notepad++, have that script hooked to a keymap, hit the hotkey, watch the script run in the game, tab out, edit the script, save, tab in, hit the key, see the new code. :/

 

And at worst, relaunching the game should work. The only caching that occurs is during the game. When you leave the MCM settings, all extensions are alerted to update their trigger cache data.

 

And actual script files are parsed by the plugin on every SLTScript execution. It's actually INEFFICIENT as it is currently written.

 

I'm boggled a bit as to how you are managing to make your files sticky.

 

EDIT:

I just had a thought; I have experienced something like what you are describing. It turned out that there were additional copies of "triggerXXX.json" in various places in my MO2 install, more than I had expected, including an overwrite folder and I think an alternate output folder? Anyway, if you are using something like MO2 that creates a unified virtual filesystem, you could be getting trigger files from folders you weren't expecting.

 

Are you perchance using MO2?

Edited by hextun
Posted

Update v126 has been posted. 

SAVEGAME compatible with v125
If you are on v125, it is strongly recommend you update to v126 due to a significant performance bug in the plugin for that version

Note: Reminder that logging output is all sent to <My Documents>\My Games\Skyrim Special Edition\SKSE\sl-triggers.log (or whichever folder you have your SKSE logs directed to)

MAJOR PERFORMANCE BUGFIX: plugin should no longer attempt to resolve two forms on each player involved hit event in the event sink; formid resolution has been pushed out to SLTScript evaluation
    unused eventsinks will no longer be left sending events back to Papyrus code that is not listening for them
bugfix: added the Core event entries to the event dropdown for "Player Equipment Change", "Player Combat State Changed", "Player Hit or Is Hit"
enhancement: Added $request.core.player_on_hit.attacker, $request.core.player_on_hit.target, $request.core.player_on_hit.source, $request.core.player_on_hit.projectile
change: events will now default to 100% chance when created and that attribute is available

 

Significantly, I took down v125 because it had a busted sl-triggers.dll. Primarily, when the HitEvent event sink was added, while it did filter only for events where the Player was attacking or being attacked, it was attempting to preemptively perform Form lookups on the source and projectile FormIDs when the event came in. That is ridiculously expensive and has no place in an event sink. I am now just sending the FormIDs down into the event. Since it's not even necessarily the case that those formIDs will ever be looked up, pushing the lookup out to the SLTScript execution step seems reasonable (and is what was done).

 

If you are on v125, I recommend you either update to v126 or revert to v124.

 

This release also patches in the (please consider them experimental) trigger dropdowns to allow you to create "Player Equipment Change", "Player Combat State Changed", and "Player Hit or Is Hit" triggers, and makes events default to 100% on creation.

@iiziilel2, @rfgggg: please update to v126 and let me know if you continue to see performance issues

 

Worth noting that the sink handling state will be printed to the log any time it is changed

Posted
1 hour ago, Fraying9981 said:

 

interesting. well i can confirm it works for one script

 

 

good to know. this was for a script inside fzk calling another one inside fzk too. i assumed it wasnt needed. will update.

 

 

it is present, but for some reason it's empty...

I'm not sure why, especially given that I added a fallback "other".

 

Do you think it might be because when calling scripts these are executed simultaneously instead of in a sequence?

 

; call begin set globals
call "fzk/begin_set_globals" -> this one calls begin_detect_tag at the end to determine tag

; call determine session type
call "fzk/begin_determine_session_type"

; call debug comments
call "fzk/begin_debug_comments"

 

  Reveal hidden contents
; Detect current animation tag and set global variable
msg_notify $"{system.currentScriptName} START"
 
; Check for Deepthroat tag
sl_hastag "Deepthroat" $system.self
if $$ == 1 setDeepthroat
 
; Check for Oral tag
sl_hastag "Oral" $system.self
if $$ == 1 setOral
 
; Check for Vaginal tag
sl_hastag "Vaginal" $system.self
if $$ == 1 setVaginal
 
; Check for Anal tag
sl_hastag "Anal" $system.self
if $$ == 1 setAnal
 
; Check for Handjob tag
sl_hastag "Handjob" $system.self
if $$ == 1 setHandjob
 
; No matching tag found, set to "other"
set $global.animation_tag "other"
goto done
 
[setOral]
set $global.animation_tag "blowjob"
goto done
 
[setVaginal]
set $global.animation_tag "vaginal"
goto done
 
[setAnal]
set $global.animation_tag "anal"
goto done
 
[setHandjob]
set $global.animation_tag "handjob"
goto done
 
[setDeepthroat]
set $global.animation_tag "deepthroat"
goto done
 
[done]
deb_msg $"Animation tag detected: {global.animation_tag}"

 

 

"call" *is* sequential. It actually loads the script into the same ActiveMagicEffect instance and keeps going. In fact, when you hear me talk about "stack frames" and "local" scopes, that's all in support of "call". I tuck away all the local variables when you do "call", then ask the plugin to parse the script (which again, it does directly from the filesystem each time, not caching anything), and then the AME continues processing in its loop. When the current script reaches the end or calls return, I "pop" the stack, pulling back in all of the previous variables. If no stack frames are available, the thread terminates (and you lose all thread scoped variables).

 

I don't see a problem with your script. You are right; from what I see, "other" should be the default value.

 

I would suggest three things.

  1. Double check to see if scripts or other SLTR related files are located in more than one place. For example, if an old copy of your .sltscript is sitting in your overwrite folder but you are editing a copy in your ad-hoc mod in MO2, your changes will never get picked up due to the virtual filesystem.
  2. Add deb_msg in multiple places in your script, to "squawk" where your script reached. This will let you trace the flow.
  3. Install the sltr_test_scripts.zip (from the downloads page); it should install like any other mods and just contains a set of regression test scripts. "ZZ_sltr_regression_tests.sltscript" is the script to run and it will call the other scripts. You should see PASS/FAIL output in the log. It takes a couple of minutes. If you get any FAIL outputs, please let me know.
Posted
33 minutes ago, hextun said:

It turned out that there were additional copies of "triggerXXX.json" in various places in my MO2 install, more than I had expected, including an overwrite folder and I think an alternate output folder?

 

thanks, this is probably a good lead. Indeed I have a deadass overwrite folder. let me wipe this clean and install SLT126.

 

34 minutes ago, hextun said:

I can leave the game running, have an .sltscript open in Notepad++, have that script hooked to a keymap, hit the hotkey, watch the script run in the game, tab out, edit the script, save, tab in, hit the key, see the new code. :/

 

does this work even when you are in the middle of a sex lab scene?

Posted
1 minute ago, Fraying9981 said:

 

thanks, this is probably a good lead. Indeed I have a deadass overwrite folder. let me wipe this clean and install SLT126.

 

 

does this work even when you are in the middle of a sex lab scene?

 

If you are asking whether editing the script would change a running script, no, it would not.

 

However, if script A calls script B, and you don't like what happens, then script B finishes and script A runs long enough that you can make your changes to script B before script A calls it again, then I would expect THAT instance to pick up the new changes, because again, the plugin tries to read from the file system each time it parses, no caching.

 

If the "virtual filesystem" or something else is somehow keeping your changes to itself and not relaying them to disk, then the plugin wouldn't see them, but editors being editors I wouldn't expect that to be the problem.

Posted
4 hours ago, Fraying9981 said:

I'm doing this osla_get_arousal $system.player

but I get 0 in return. is it the right way to collect player arousal with sexlab aroused?

 

also still not getting any log files, despite having enabled "debug messages" in the MCM.

 

here is the papyrus log though

 

  Reveal hidden contents
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:46:41PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:48:29PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:24PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 2 on  (000198BA)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:49PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 28 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:50PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 5 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:50:50PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 11 on  (000198BA)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1335
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSLT.actor_advskill() - "sl_triggersCmdLibSLT.psc" Line 1075
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 28 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 28 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 05:58:40PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 37 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    <unknown self>.sl_triggersCmdLibSexLab.osla_get_arousal() - "sl_triggersCmdLibSexLab.psc" Line 699
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 37 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 37 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:32PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:42PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 38 on  (00000014)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:43PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 8 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 606
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
[07/15/2025 - 06:00:43PM] warning: Function sl_TriggersCmd.slt_Frame_Push(string scriptfilename,string[] parm_callargs) received NONE to non-object argument! Received types (string,none) instead!
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.DoStartup() - "sl_TriggersCmd.psc" Line 607
    [Active effect 7 on  (2A007A46)].sl_TriggersCmd.OnEffectStart() - "sl_TriggersCmd.psc" Line 575
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1335
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    <unknown self>.sl_triggersCmdLibSLT.actor_advskill() - "sl_triggersCmdLibSLT.psc" Line 1075
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunCommandLine() - "sl_TriggersCmd.psc" Line 1773
    [Active effect 38 on  (00000014)].sl_TriggersCmd.RunScript() - "sl_TriggersCmd.psc" Line 1898
    [Active effect 38 on  (00000014)].sl_TriggersCmd.OnUpdate() - "sl_TriggersCmd.psc" Line 650

 

 

Oh, and that usage looks correct. I'll troubleshoot on my end. What version of OSLAroused are you using (can you provide a URL?)

Posted
4 minutes ago, hextun said:

 

Oh, and that usage looks correct. I'll troubleshoot on my end. What version of OSLAroused are you using (can you provide a URL?)

 

SexLabAroused Redux V28b SSE Modified by BakaFactory(2020 11 17))

with:

SexLab Aroused v28b Patch (2021_09_29)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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