qirah Posted November 19, 2025 Posted November 19, 2025 So I have recently found this mod while exploring LoversLab and I now wanna know if there is a mod that fills the vagina like in those anime xray shots. Y'all know what I'm talking about. If there isn't, then is there a way to make the PC automatically equip it after a scene? I'm not experienced with customizing mods / making scripts and that type of stuff
bandetlol Posted November 22, 2025 Posted November 22, 2025 You can use sexlab triggers to make it equip items on sex scene end. Ive done this with babo cum objects. set $formId "BaboInteractiveDia.esp:11419928" actor_iswearing $system.self $formId ; original version had a bug where this check was flipped if $$ == false ; i.e. not wearing item_getcount $system.self $formId if $$ < 1 item_adduse $system.self $formId 1 1 else item_equip $system.self $formId 0 1 endif endif 1
qirah Posted November 22, 2025 Author Posted November 22, 2025 You are a life saver! ❤️ 9 hours ago, bandetlol said: You can use sexlab triggers to make it equip items on sex scene end. Ive done this with babo cum objects. set $formId "BaboInteractiveDia.esp:11419928" actor_iswearing $system.self $formId ; original version had a bug where this check was flipped if $$ == false ; i.e. not wearing item_getcount $system.self $formId if $$ < 1 item_adduse $system.self $formId 1 1 else item_equip $system.self $formId 0 1 endif endif
VeryVaries Posted December 28, 2025 Posted December 28, 2025 On 11/22/2025 at 8:02 AM, bandetlol said: You can use sexlab triggers to make it equip items on sex scene end. Ive done this with babo cum objects. set $formId "BaboInteractiveDia.esp:11419928" actor_iswearing $system.self $formId ; original version had a bug where this check was flipped if $$ == false ; i.e. not wearing item_getcount $system.self $formId if $$ < 1 item_adduse $system.self $formId 1 1 else item_equip $system.self $formId 0 1 endif endif I don't understand how or where to do this, in game console or somewhere else?
bandetlol Posted December 31, 2025 Posted December 31, 2025 On 12/28/2025 at 3:25 PM, VeryVaries said: I don't understand how or where to do this, in game console or somewhere else? you should read the information on the mod sexlab triggers.
IroquoisPliskin Posted January 12 Posted January 12 (edited) On 11/22/2025 at 8:57 PM, qirah said: You are a life saver! ❤️ So could you manage to do this with SL Triggers or not? Because it seems really complicated without a step by step guide. EDIT: I managed to do it. It's just a matter of modifying the files that already come with SL Triggers, putting the mod you want to use in one line (in this case "TullAnimatedCreampie.esp") and then the object you want to have in the animation on the other with its RefID (without the first 2 characters). Not sure if the result is great with SL animations, but since it just works, I'll upload it anyway and if anyone wants to modify it you're welcome. It goes into "sl_triggers\SKSE\Plugins\sl_triggers\commands" folder. TullAnimatedCreampie.json Edited January 12 by IroquoisPliskin 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now