Jump to content

Fixing a bumper that stopped working.


TheBadmagic
 Share

You are about to reply to a thread that has been inactive for 2993 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Hope I'm posting this in the right place, esentially I was given a full perm bumper that plays a silly little sound on collision with another avatar, I dont use it much by its become a running joke with my partner and we are both very fond of it, my copy has stopped making the sound, if I give her a copy it works fine on her, I'm silent.

Its full perm so I can post the script here in hopes anyone could tell me what I may need to correct, if the formatting has changed in the last few months or something but I find this unlikley as I say it works for others and the audio UUID plays fine if used in other sources such as the firestorm UI sounds pane.

I have tried reserching scripting but I could reeally use sa hand with this.  

The script as follows:

 

default
{
    collision_start(integer num_detected)
    {
        if(llDetectedType(0) & AGENT)
        {
            llTriggerSound("96c08c80-b99a-91dd-3226-3ebaf03a39cb",5.0);
        }
    }
}

Please help an script ingnorant person that is loosing hair over this.

Link to comment
Share on other sites

There's nothing wrong with that script (unless you count the fact that you are trying to play the sound at volume 5.0, which is technically impossible and will therefore be ignored).  I can only conclude that either your script is set to Not Running or you are in a parcel or region where scripts are not allowed to run.

  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2993 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...