Guest Posted July 8, 2018 Posted July 8, 2018 I started back to play skyrim again and just wondering if I a mod like a trigger spell like the npc strips upon entering a room they strip off clothes. Is it possible also for sexlab as well, when npc enters the area they will initiate sexlab animation? if only its possible hope anyone can share some scripting.
Guest Posted July 8, 2018 Posted July 8, 2018 3 minutes ago, urieldover said: I started back to play skyrim again and just wondering if I a mod like a trigger spell like the npc strips upon entering a room they strip off clothes. Is it possible also for sexlab as well, when npc enters the area they will initiate sexlab animation? if only its possible hope anyone can share some scripting. Not so easy to handle this event. The only actor that gets events upon entering a cell is the player. All other actors will never trigger such events. So a mod that can start a script when the player enter a new cell, and then poll the actors around (cell scan, cloak scan, alias scan) and then do the desired effect. But it will be not easy task to do it.
Guest Posted July 8, 2018 Posted July 8, 2018 2 minutes ago, CPU said: Not so easy to handle this event. The only actor that gets events upon entering a cell is the player. All other actors will never trigger such events. So a mod that can start a script when the player enter a new cell, and then poll the actors around (cell scan, cloak scan, alias scan) and then do the desired effect. But it will be not easy task to do it. Thank you so much about your reply, I just thought about it and didn't know thats way to complicated to do, if only someone can make a mod about this. I notice even Idle markers in sexlab wouldn't be to easy to make it ?
Guest Posted July 8, 2018 Posted July 8, 2018 I stopped doing mods for Skyrim. So no help from me. But if anybody wants to try I will offer my help.
zaira Posted July 8, 2018 Posted July 8, 2018 The easiest way are trigger boxes at the room entry. They sends events even if a NPC is entering them: Scriptname myTriggerBoxScript extends ObjectReference event OnTriggerEnter(ObjectReference akActionRef) SexLabUtil.GetAPI().QuickStart(akActionRef as Actor,...) endevent However: what is the purpose that they are doing sexlab animations while the player is unable to see it?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.