Place a copy of the script into each sit target within a linked pose ball set. The pose balls must be in a linked set, as the sit targets communicate via linked messages to determine whether opposite-gender users are seated
integer HMLMSG_DCHUSER_SEATED = 538701829;
Emitted when a user with a Deciduan Couples HUD sits on a linked prim
message: agent gender ("male" or "female"). For Herm HUD users, this will be the active gender.
id: object GUID of the user's HUD. Use llGetOwnerKey() to get the GUID of the user.
integer HMLMSG_COUPLE_SEATED = 883086509;
Emited when a two compatible-gendered HUD users are seated
message: a list with elements separated with "|" (pipe). It will contain the following four elements:
link number of prim on which male is seated
HUD ID of male
link number of prim on which female is seated
HUD ID of female
id: always NULL_KEY
integer HMLMSG_COUPLE_UNSEATED = 883086510;
Emitted when one member of a seated couple stands
message: always empty string ("")
id: always NULL_KEY