G 全般

Auto Product Unpacker バージョン 1

Auto Product Unpacker
詳細
設備
コンテンツ
レビュー

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.
評価平均: 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 空の星
  • 5 スター:
  • 4 スター:
  • 3 スター:
  • 2 スター:
  • 1 スター:
I am grateful
塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 掲載済み 2024/12/26 : Xochitl Ninetails

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

このレビューはお役に立ちましたか?
Works perfectly
塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 掲載済み 2024/12/25 : BarbiePet

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

このレビューはお役に立ちましたか?
Nice for areas where you can't rez
塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 塗りつぶしの星 掲載済み 2023/06/30 : Vala Aurelia

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

このレビューはお役に立ちましたか?
Not working correctly
塗りつぶしの星 空の星 空の星 空の星 空の星 掲載済み 2023/06/28 : Valkyrie Jinx

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

このレビューはお役に立ちましたか?