[Command] sexAtPoint

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

sexAtPoint(x, y, z, rotX, rotY, rotZ)


USE:
Let the following sex scene happen at a specific position and not at a randomly chosen one.
They allow to rotate the scene as well.
Any parameter not given will default to zero (0).

The rotation parameters were introduced in LP 3.18.


TYPE: Command, non-Ref
RETURNS: /
THEME: Sex
COMPARE: sex()


EXAMPLE:

Code: Select all

Player.show(100,20,0)   // Move player in front of bed
cameraFocus(Player)
Player(Flirty)::"Come to me honey..."
Girlfriend.show(110,30,0)   // Move actor next to player
sexAtPoint( 150, 50, 200 )  // Let the sex scene take place on the bed
Sex(Player, Girlfriend)
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply