Jump to content

Question _ Simple SexLab Trigger Box


uyuzgurt

Recommended Posts

Posted

I am  planning a mod in which there is a sex room or sex trap kind a thing. When actors enter the room (solo, couple or more) they trigger an event and they have an effect like irresistibly attractive like in SexLab Matchmaker and start action. I think about a trigger box but could not find anything that may help me.  Any idea or any mod suggestion that may have similar scope. 

Posted

Just a regular trigger box with a script attached to it, in that script you'd setup/prepare your SexLab scene with the relevant actors.

 

See http://www.creationkit.com/Complete_Example_Scripts#A_Trigger_That_Detects_When_The_Player_Enters

and http://www.creationkit.com/OnTriggerEnter_-_ObjectReference

 

If you wanted it to accommodate multiple actors like MatchMaker does, rather than triggering as soon as an actor enters the trigger box, you could have the OnTriggerEnter() event record the actor that entered, and then RegisterForSingleUpdate(3.0), after 3 seconds expire, from the OnUpdate() event, begin a SexLab scene with all actors whom you have recorded from the OnTriggerEnter() event. This way whenever an actor enters the trigger box, the countdown is reset, but once 3 seconds pass and no new actors enter, the triggering actors are all placed into a sexlab scene.

Archived

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

  • Recently Browsing   0 members

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