uyuzgurt Posted January 20, 2015 Posted January 20, 2015 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.
Ashal Posted January 20, 2015 Posted January 20, 2015 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.