hextun Posted January 28 Posted January 28 ASF - Among other things, when ASF determines the player, in particular, should be accosted, a popup will open, with 'Accept', 'Refuse', 'Cancel' as options by default with 'Acquiesce' and 'Decline' as optional choices you can enable in the MCM. Aside from having the choice of 'Accept' or 'Acquiesce' lead to a scene involving the requestor, by itself ASF doesn't do anything else. But what it does do is send a mod event out containing which choice the player made, whether they consented to have sex or not, and the requesting Actor. So I added a new trigger, along with a new SLTriggers Redux MCM tab, Adult General, and in it have added the new 'ASF (Autonomous Sex Framework)' event option. You then have the filters you would expect and the option to run a trigger. Here's the MCM: And here is the ASFHandleRefusal.sltscript, which will move player gold to the requestor, with the amount determined by the requestor level: msg_console "ASFHandleRefusal start" set $rname resultfrom actor_name $request.adult.asf.requestor set $rlvl resultfrom actor_state $request.adult.asf.requestor "GetLevel" set $steal resultfrom item_getcount $system.player $system.forms.gold set $rlvl resultfrom rnd_int 1 $rlvl set $steal $steal * $rlvl set $steal $steal / 100 msg_notify $"{rname} takes {steal} gold since you refused them." item_remove $system.player $system.forms.gold $steal false $request.adult.asf.requestor msg_console "ASFHandleRefusal done" Get it while it's hot. 2
hextun Posted Sunday at 12:17 PM Author Posted Sunday at 12:17 PM On 8/15/2026 at 6:29 AM, adragtobearound said: ASF seems to never trigger the accosted popup You don't get any popups from ASF? Can you provide some details? SexLab version ASF version ASF settings (there are MCM options to enable/disable various of the potential prompts) I've used it extensively myself (if you try to refuse, you lose gold) so I'm interested if it's not working for someone.
adragtobearound Posted Monday at 12:53 PM Posted Monday at 12:53 PM On 8/30/2026 at 7:17 AM, hextun said: You don't get any popups from ASF? Can you provide some details? SexLab version ASF version ASF settings (there are MCM options to enable/disable various of the potential prompts) I've used it extensively myself (if you try to refuse, you lose gold) so I'm interested if it's not working for someone. SL P+ version 2.18.1 from discord ASF newest version| ASF Settings: I set up some SLTriggers for ASF related to prompt options, but they don't work without the prompt ever happening. Related mods installed: SLTriggers ASF - SexLab Aroused (Arousal Mod Integration) ASF - BOS Activators (Addon) ASF - Scene Positions (Addon) ASF - Initiators Everyone (Addon) ASF - Furniture Lite ASF - Acheron (Integration) ASF - Skip Beast & Elder Races (Addon)
hextun Posted Monday at 02:55 PM Author Posted Monday at 02:55 PM 2 hours ago, adragtobearound said: SL P+ version 2.18.1 from discord ASF newest version| ASF Settings: I set up some SLTriggers for ASF related to prompt options, but they don't work without the prompt ever happening. Related mods installed: SLTriggers ASF - SexLab Aroused (Arousal Mod Integration) ASF - BOS Activators (Addon) ASF - Scene Positions (Addon) ASF - Initiators Everyone (Addon) ASF - Furniture Lite ASF - Acheron (Integration) ASF - Skip Beast & Elder Races (Addon) The "Random Sex: Enabled" checkbox on the first tab has to be enabled in order for ASF to generate random sex events. Can you try toggling that on and see how it goes?
Recommended Posts