Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Looking for....

Stormy Wilde
The Bones In Your Closet
Join date: 31 Jul 2004
Posts: 130
12-29-2005 13:20
I am looking for a texture animation script with voice commands to start and stop the script.

I have a simple animation script for textures but no way to stop it without going in and editing the script.

Any help would be apperciaed.

Thanks.
Damien Took
Meat Popsicle
Join date: 3 Dec 2004
Posts: 151
12-29-2005 14:38
Look in the wiki at the llListen() and listen event.
Use a channel above zero for listening though; less sim lag that way :)

A simple if statement in the listen event to check the message for "START" or "STOP" can be used to start or stop the section of code that you already have in your script.
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
12-29-2005 17:58
use llSetTextureAnim(0,0,0,0,0,0,0); to stop the animation itself