G General

Pixelancer ~ Hunt Item SLurl Retriever Versión 11012020

Pixelancer ~ Hunt Item SLurl Retriever
Detalles
Funciones
Contenidos
Reseñas

I made this for personal use, but I am offering it full perm for free.

Not all event bloggers want to be sent dozens of boxes.
Some prefer to visit the event location on press day to determine who they want to blog.

After you edit the script, only official bloggers for your event can touch the sign and be given a folder with a copy of the items inside the sign.

I included a free sign I made. You do not have to use my sign. You can use any object you wish.

I do not know how many names you can add before you receive memory errors, but it is quite a lot.

The script will not check perms for you. The script will not check for avatar name typos. This is a very simple script. :)

You may redistribute.
I only ask that you do not sell it.
My mesh and this code are open source and should remain so.

The instructions are inside the script itself. I have copied them below:

//This script will distribute the contents of this object in a folder (minus this script) to any avatar on this list, when they TOUCH the object containing the script.

/////////////////////////////////////////////////////////////////////////

//Instructions:
//Drop a copy of this script into the contents of your rezzed object
//Also, drop in the items, landmarks, and notecards you want to distribute
//Right click and Open the script
//Edit the names, folder, message, and notonlist variables below
//Set the script to run with Mono checked
//Select the Save button
//Enjoy

//Double check the permissions of anything you wish to distribute. The script will not check for you.
// If you do not have transfer permissions for objects placed in the contents, you will receive an error when someone else on the list touches the object.
//If you place a no copy item in the contents, only the first person on the list who touches the object will receive it.
//If there is nothing in the contents to give, you will receive an error when someone on the list touches the object.

//Edit this list of names as needed. Names must be enclosed in quotation marks with commas between them.
//I recommend adding your own name to it and test before use.
// You MUST use "Resident" if avatar has no last name. You cannot use display names. Only legacy names can be used.
//I used my names as examples. Remove or overwrite them.
list names = ["Delwyn Druth","Pixelancer Resident"];

//Edit these variables:

string folder = "Blogger Information"; //Edit the name of the folder people on the list will be given.

string message = "Thank you for your interest. Please accept this folder."; //Edit the message to IM when you give them the folder.

string notonlist = "Thank you for your interest, but you are not in the list of bloggers I was provided. Please contact me directly, or contact the event coordinator to be added to the list."; //Edit what to IM when they are NOT on the list.

//You are ready to go! There is no need to edit anything below this line.

/////////////////////////////////////////////////////////////////////////

  • Free sign
  • Handy script for events