Menu

#40 No error message is shown when a nonexisting audio file is p

r15
open
nobody
5
2008-09-12
2008-09-12
JukkaJ
No

No error message is shown when a nonexisting audio file is played in LSL script.

Create an object and attach the following script:
"
default
{
touch_start(int n)
{
llSay(0, "Script running");
llPlaySound("NoAudioFileIsPresentWithThisName", 1);
}
}
"

Touch the object.

The "Script running" text is seen, but sound is not played and no error message is shown.

Reproducibility: 1/1

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.