AdriSil 1 Posted January 24 Share Posted January 24 1) Hay animaciones en el avatar que se ejecutan cuando esta parado y no sentado ... en el caso de que esté sentado ¿como puedo hacer que se levante antes de ejecutar la animación? ... Siempre escribiendo un script ... 2) Necesito animar avatar sin que me pregunte para habilitar el permiso de animación ... Lo unico que logré es poner el llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION); en el evento de entry para que lo pregunte una única vez pero ¿es posible quitarlo? ¿como puedo habilitar el permiso sin que el usuario deba responder una pregunta? CODIGO default { state_entry() { //llSay(0, "Init..."); llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION); } touch_start(integer detected) { //llSay(0, llDetectedName(0) + " Contento "); //llSetPos (llGetPos ()+<0, 0, 1>); //llSetPos (llGetPos ()+<0, 0, -1>); //llSetPos (<104.50567, 244.07881, 28.99956>); PERMISSION_TRIGGER_ANIMATION; llStartAnimation("Clap"); } } Link to post Share on other sites
Recommended Posts
Please take a moment to consider if this thread is worth bumping.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now