SedSens AVsitter Quick Start
For: AVsitter furniture creators who do not want to edit LSL code
This setup adds optional SedSens effects to existing AVsitter furniture. It does not replace or interrupt the furniture animations.
What You Need
- Your personalized SedSens Creator API script.
- The
SedSens AVsitter Adapterscript. - An existing AVsitter product with an
AVposnotecard. - A valid SedSens Prop Type Key.
- A sitter with that Prop Type available and configured in SedSens.
Installation
- Place your personalized Creator API script into the AVsitter furniture.
- Place the
SedSens AVsitter Adapterscript into the same linked object. - Add one or more SedSens buttons to the furniture's
AVposnotecard. - Save the notecard and allow AVsitter to reload.
- Test with an avatar wearing a Seductive Sensations Suit.
The two SedSens scripts may be in a different prim from the AVsitter scripts, but they must be in the same linkset.
Ready-to-Copy AVpos Buttons
Each line below adds a menu button. Copy the line into the appropriate AVpos menu section.
Tender Spank
BUTTON Tender Spank|7336|spank,b1,1
Firm Spank
BUTTON Firm Spank|7336|spank,b1,2
Hard Spank
BUTTON Hard Spank|7336|spank,b1,3
Crop
BUTTON Crop|7336|crop,b5,2
Scratch
BUTTON Scratch|7336|scratch,al2,2
Button Format
BUTTON Button Name|7336|propTypeKey,bodyPart,hitLevel
An optional fourth value may override the configured number of alpha hits:
BUTTON Hard Spank|7336|spank,b1,3,2
| Value | Purpose | Example |
|---|---|---|
Button Name |
The label shown in the AVsitter menu | Firm Spank |
7336 |
The fixed adapter message number | 7336 |
propTypeKey |
The SedSens Prop Type | spank |
bodyPart |
The Suit body location | b1 |
hitLevel |
Tender, Firm, or Hard | 2 |
Hit Levels
| Value | Level |
|---|---|
1 |
Tender |
2 |
Firm |
3 |
Hard |
Body Locations
Arms
| Key | Location |
|---|---|
al1 |
Left shoulder |
al2 |
Left bicep |
al3 |
Left forearm |
ar1 |
Right shoulder |
ar2 |
Right bicep |
ar3 |
Right forearm |
Back
| Key | Location |
|---|---|
b1 |
Left shoulder blade |
b2 |
Right shoulder blade |
b3 |
Left middle back |
b4 |
Right middle back |
b5 |
Left lower back |
b6 |
Right lower back |
b7 |
Left ass cheek |
b8 |
Right ass cheek |
Front
| Key | Location |
|---|---|
f1 |
Right upper chest |
f2 |
Left upper chest |
f3 |
Right breast |
f4 |
Left breast |
f5 |
Stomach |
f6 |
Crotch |
Legs
| Key | Location |
|---|---|
ll1 |
Left thigh, front |
ll2 |
Left shin |
ll3 |
Left thigh, rear |
ll4 |
Left calf |
lr1 |
Right thigh, front |
lr2 |
Right shin |
lr3 |
Right thigh, rear |
lr4 |
Right calf |
What the Adapter Does
When an AVsitter button is selected, the adapter automatically:
- Identifies the correct sitter.
- Confirms the sitter's Suit.
- Loads that sitter's requested SedSens Prop Type.
- Applies the requested effect.
- Clears the selected target.
The adapter waits for each Creator API reply and does not interfere with AVsitter's normal animation controls.
Prop and Suit Requirements
The sitter must have the selected Prop Type available and configured in SedSens. The sitter must also wear a responsive Suit that allows the furniture owner under the Suit's access settings. The furniture owner does not supply the sitter's Prop configuration.
If the SedSens effect cannot be applied, the AVsitter animation continues normally. SedSens simply does not apply its sounds, textures, alpha effects, or related emotes.
Basic Testing
- Sit on the furniture while wearing a responsive Seductive Sensations Suit.
- Open the AVsitter menu.
- Select one of the SedSens buttons.
- Confirm that the normal furniture animation continues.
- Confirm that the requested SedSens effect is applied.
- Stand and confirm the furniture continues to operate normally.
Troubleshooting
| Problem | What to check |
|---|---|
| The button is missing | Confirm the BUTTON line is in the correct AVpos menu section and reload AVsitter. |
| The animation plays but no SedSens effect appears | Confirm the sitter has configured the Prop Type and is wearing a responsive Suit that permits the furniture owner. |
| A setup error appears | Confirm the button payload contains a Prop Type Key, body location, and hit level. |
| The wrong person is targeted | Confirm the product uses the supplied adapter without modified targeting code. |
Advanced Integration
Creators who need pose-driven effects, standing devices, custom controls, or direct LSL integration should use the SedSens Creator API Reference.