DESCRIPTION
───────────
This script allows creators to add a professional "Unpack" feature
to their product boxes. When the owner clicks the box, a simple menu
appears with the option to unpack the content. All inventory items
(except the unpacker script itself) are delivered into a new folder
named after the object.
FEATURES
────────
• Owner-only unpack menu (secure, no abuse possible)
• Option to include or exclude other scripts
• Option to auto-delete the box after successful unpack
• Pre-check for content: warns if items are no-copy
• Clean and lightweight code, ready for professional use
FLAGS (configurable in script or via notecard)
─────────────────────────────────────────────
- INCLUDE_SCRIPTS
• TRUE = include all scripts (except this unpacker)
• FALSE = exclude all scripts from delivery
- AUTO_DIE_AFTER_SUCCESS
• TRUE = the box will delete itself after unpack
• FALSE = the box will remain in-world
PERMISSIONS
───────────
This script is provided full permissions (copy/mod/trans) so that
creators can integrate it freely into their own products. Redistribution
"as-is" is not allowed — it must be part of a packaged product.
USAGE
─────
1. Drop this script inside your product box along with all the items
you want to deliver.
2. (Optional) Configure the flags in the script or in the notecard
"Settings" provided.
3. When the owner clicks the box, they will be offered the unpack menu.
4. Upon unpack, the customer will receive all items in a dedicated
folder named after the box object.
5. If AUTO_DIE_AFTER_SUCCESS = TRUE, the box will disappear after unpack.
//////////////////////////////////////////
Artikel in Second Life anzeigen- • Owner-only unpack menu (secure, no abuse possible)
- • Option to include or exclude other scripts
- • Option to auto-delete the box after successful unpack
- • Pre-check for content: warns if items are no-cop
- • Clean and lightweight code, ready for professional use