Put this script in object A – this is the “button” or “talker” script:
These scripts can be adapted to do a lot of things… An incredible lot of things, in fact, but this specific example rezzes an object from …

Sebastyne's Second Life brand
Put this script in object A – this is the “button” or “talker” script:
These scripts can be adapted to do a lot of things… An incredible lot of things, in fact, but this specific example rezzes an object from …
default
{
state_entry()
{
//Agent, 10, the 10 refers to distance
llSensorRepeat("", NULL_KEY, AGENT, 10, PI, 5);
}
sensor(integer total_number)
{
// 1.0 is the loudness of the audio, 1.0 being maximum volume.
llPlaySound("specific file name",1.0);
// Optionally start playing … Don’t you hate it when the simplest things take an hour to find an answer to because it’s so simple nobody bothers to give you an answer?
default
{
touch_start(integer total_number)
{
//gives a NAMED object, notecard, etc from object … When you return to Second Life, do recover your old account before starting a new one. Otherwise, you’ll forever be torn between the two. ;p (I made this mistake; I couldn’t remember my password, started a new account and invested …
Suppose you have two pieces of land on adjoining sims and you want to build a skybox in the intersection of those sims. What happens is that when you cross to the other side, you’ll fall through the floor as …
When you’re in-world, the easiest way to find new locations on the Mainland is through going to Land Sales on the (Firestorm) search tab. Then, choose “mainland sales”, an area bigger than something, and tab search. If you filter to …
Far be it for me to tell anyone what to do, as I am 100% for an individual’s choice of self-expression, BUT. Mesh is awesome. Second Life avatars have come a long way since it was first launched. To me, …