G Geral

Auto Product Unpacker Versão 1

Auto Product Unpacker
Detalhes
Destaques
Conteúdo
Resenhas

Unpack any modifiable product package by wearing it and adding this script.

Works in build restricted areas.

Script self deletes and does not deliver itself.

Script is modifiable.

The folder you receive will have the same name as the product box.

default
{
state_entry()
{
integer i;
integer n=llGetInventoryNumber(INVENTORY_ALL);
list d;
for(i=0;i<n;i++)
{
string s=llGetInventoryName(INVENTORY_ALL,i);
if(s!=llGetScriptName())
d+=s;
}
llGiveInventoryList(llGetOwner(), llGetObjectName(), d);
llRemoveInventory(llGetScriptName());
}
}

Want this script to unpack your product boxes for your customers? Change state_entry() line to be on_rez(integer s) and get rid of the llRemoveInventory(llGetScriptName()); line.

  • Unpack any modifiable product package by wearing it and adding this script.
  • Works in build restricted areas.
  • Script self deletes and does not deliver itself.
  • Script is modifiable.
  • The folder you receive will have the same name as the product box.
Classificação média: estrela cheia estrela cheia estrela cheia estrela cheia estrela vazia
  • 5 estrela(s):
  • 4 estrela(s):
  • 3 estrela(s):
  • 2 estrela(s):
  • 1 estrela(s):
I am grateful
estrela cheia estrela cheia estrela cheia estrela cheia estrela cheia Postado(s) 26/12/2024 por Xochitl Ninetails

That you have given us such a nice gift. Thank you!

Esta resenha foi útil?
Works perfectly
estrela cheia estrela cheia estrela cheia estrela cheia estrela cheia Postado(s) 25/12/2024 por BarbiePet

Copy, mod the script as shown to auto-unpack.
Thank you so much

Esta resenha foi útil?
Nice for areas where you can't rez
estrela cheia estrela cheia estrela cheia estrela cheia estrela cheia Postado(s) 30/06/2023 por Vala Aurelia

I received a folder with the same name as the product box as expected :)

Esta resenha foi útil?
Not working correctly
estrela cheia estrela vazia estrela vazia estrela vazia estrela vazia Postado(s) 28/06/2023 por Valkyrie Jinx

drop script into delivery box, auto sends stuff from box to yourself, instantly.

Esta resenha foi útil?