Jump to content
  • 0

como hago para borrar mis scripts, no puedo entrar a determinados lugares en general.


minerva Larnia
 Share

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

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

Question

hola, necesito saber como puedo borrar mis scripts gracias.

gracias x ayudarme , es que en los ùltimos dos dias he ido a lugares y me dice que tengo exceso de scripts y debo borrarlos o eliminarlos, si no me sacan del lugar en donde estoy...y no tengo idea de como borrarlos o quitarlos sin afectar el objeto.

gracias.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

No das muchos datos de a qué te refieres, así que vamos un poco a ciegas jejeje

Si te refieres a borrar scripts de un objeto, pues editando el objeto, yendo a la pestaña Contenidos, y borrando el script.

Con frecuencia lo anterior no es suficiente, porque borras el script y el caso es que sigue funcionando en el objeto. En ese caso, pones en contenidos un "limpiador" de scripts. Yo suelo usar el Scrubber: https://marketplace.secondlife.com/p/prim-scrubbercleaner-ALSO-FOR-LINKED-PRIMSLINKED-PRIMS-INVENTORY/2757309 Si no te quieres gastar el L$ que cuesta, puedes crear tú el script limpiador:

 

// The Scrubber - Create a script in your inventory & // paste all of this text in side it. Then drop your newly // created script into a prim that you want to clean.// Credits: Jopsy Pendragon, Feb 10 2006, Version 1default{    state_entry()    {        llSetSitText( "" );        llSetTouchText( "" );        llParticleSystem( [ ] );        llSetText( "", ZERO_VECTOR, 1.0 );        llTargetOmega( ZERO_VECTOR, 0, 0 );        llSetCameraAtOffset( ZERO_VECTOR );        llSetCameraEyeOffset( ZERO_VECTOR );        llSitTarget( ZERO_VECTOR, ZERO_ROTATION );        llSetTextureAnim( FALSE , ALL_SIDES, 1, 1, 0, 0, 0.0 );        llOwnerSay("Este prim está limpio... ");        llRemoveInventory( llGetScriptName() );        // vanish without a trace...    }} 

 

Y si no era esto lo que estabas preguntando, pues ni idea de a qué te referías :)

  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4452 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...