G Generell

Auto Product Unpacker Version 1

Auto Product Unpacker
Details
Leistungsmerkmale
Inhalt
Rezensionen

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.
Durchschnittliche Einstufung: voller Stern voller Stern voller Stern voller Stern leeres Sternchen
  • 5 Stern:
  • 4 Stern:
  • 3 Stern:
  • 2 Stern:
  • 1 Stern:
I am grateful
voller Stern voller Stern voller Stern voller Stern voller Stern Veröffentlicht 26.12.2024 von Xochitl Ninetails

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

War diese Rezension hilfreich?
Works perfectly
voller Stern voller Stern voller Stern voller Stern voller Stern Veröffentlicht 25.12.2024 von Sweet Moonchild

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

War diese Rezension hilfreich?
Nice for areas where you can't rez
voller Stern voller Stern voller Stern voller Stern voller Stern Veröffentlicht 30.6.2023 von Vala Aurelia

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

War diese Rezension hilfreich?
Not working correctly
voller Stern leeres Sternchen leeres Sternchen leeres Sternchen leeres Sternchen Veröffentlicht 28.6.2023 von Valkyrie Jinx

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

War diese Rezension hilfreich?