G Geral

Editable! / Attach an object to to an Avatar on Touch

Editable! / Attach an object to to an Avatar on Touch
Detalhes
Destaques
Conteúdo
Resenhas

Editable! / Attach an object to to an Avatar on Touch

"Legs, arms, torso, head ... etc.. Only touching the object containing the script."

This script is ready for use!

But to change it requires minimal knowledge about this language.

Inside you can find some details or lines of help, but will not find a tutorial about it.

Alota ♥

Pd:This product is intended for you to sell with your own creations,
not to be sold individually as such. Thx u!

Classificação média: estrela cheia estrela cheia meia estrela estrela vazia estrela vazia
  • 5 estrela(s):
  • 4 estrela(s):
  • 3 estrela(s):
  • 2 estrela(s):
  • 1 estrela(s):
The price for the convenience is worth it!
estrela cheia estrela cheia estrela cheia estrela cheia estrela cheia Postado(s) 23/03/2025 por Chelle Genira

The creator tells you that this comes from the LSL website BUT, the convenience of having the script premade is well worth the linden. The creator even includes the option of attaching it to the other body parts IN THE SCRIPT so all you have to do is copy and paste. I'd buy from this creator again.

Esta resenha foi útil?
Don't buy Copied from LSL Portal
estrela cheia estrela vazia estrela vazia estrela vazia estrela vazia Postado(s) 21/12/2020 por Benu Boyer

Don't buy Copied from LSL Portal - Just go to http://wiki.secondlife.com/wiki/LlAttachToAvatarTemp

Esta resenha foi útil?
[07:56] Cannot attach object when someone is sitting on it.
estrela cheia estrela vazia estrela vazia estrela vazia estrela vazia Postado(s) 20/06/2020 por Jay Hexem

[07:56] Cannot attach object when someone is sitting on it.
i cant get it to attach when some 1 uses the thing..but the menu, button did pop up...

Esta resenha foi útil?
It's a good script if you edit it a little.
estrela cheia estrela cheia estrela cheia estrela cheia estrela cheia Postado(s) 06/06/2020 por Seforaima

To make it work to who ever clicks on it,instead of the owner, I changed the event state_entry to this:

state_entry()
{
// llRequestPermissions( llGetOwner(), PERMISSION_ATTACH );
}

The" //" will avoid permission is requested as soon as the object is rezzed. Then, I added this new event:

touch_start(integer total_number)
{

llRequestPermissions( llDetectedKey(0), PERMISSION_ATTACH );

}

And now, when my soda machine rezzes a new coke can, who ever clicks on the can will get it and drink it. : )

Esta resenha foi útil?
easy to use
estrela cheia estrela vazia estrela vazia estrela vazia estrela vazia Postado(s) 10/03/2018 por secretagent0013

easy to use , but unfortunately its also owner only , so it only attaches tot he owner and not anyone else ;-(

Esta resenha foi útil?