AdriSil Posted January 24, 2021 Share Posted January 24, 2021 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 comment Share on other sites More sharing options...
Recommended Posts
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