G General

Auto Product Unpacker Versión 1

Auto Product Unpacker
Detalles
Funciones
Contenidos
Reseñas

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.
Clasificación media: estrella llena estrella llena estrella llena estrella llena estrella vacía
  • 5 estrella:
  • 4 estrella:
  • 3 estrella:
  • 2 estrella:
  • 1 estrella:
I am grateful
estrella llena estrella llena estrella llena estrella llena estrella llena Publicado December 26, 2024 por Xochitl Ninetails

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

¿Te ha resultado útil esta revisión?
Works perfectly
estrella llena estrella llena estrella llena estrella llena estrella llena Publicado December 25, 2024 por BarbiePet

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

¿Te ha resultado útil esta revisión?
Nice for areas where you can't rez
estrella llena estrella llena estrella llena estrella llena estrella llena Publicado June 30, 2023 por Vala Aurelia

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

¿Te ha resultado útil esta revisión?
Not working correctly
estrella llena estrella vacía estrella vacía estrella vacía estrella vacía Publicado June 28, 2023 por Valkyrie Jinx

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

¿Te ha resultado útil esta revisión?