This commit is contained in:
Fred Beckhusen
2015-08-07 15:34:30 -05:00
parent ce47ec2f3e
commit fde850293c
8080 changed files with 0 additions and 2443112 deletions

View File

@@ -1,3 +0,0 @@
<Solution name="Multiitem_Multiauthor_vendor_DISPLA">
<Project name="Multiitem_Multiauthor_vendor_DISPLA" path="Multiitem_Multiauthor_vendor_DISPLA\Multiitem_Multiauthor_vendor_DISPLA.prj" active="true"/>
</Solution>

View File

@@ -1,6 +0,0 @@
<Project name="Multiitem_Multiauthor_vendor_DISPLA" guid="D75E45D7-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D75E46C2-6C00-1014-B904-200204C60A89">
<Script name="Multiitem_Multiauthor_vendor_DISPLA_1.lsl" guid="D75E6537-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -1,77 +0,0 @@
// :CATEGORY:Vendor
// :NAME:Multiitem_Multiauthor_vendor_DISPLA
// :AUTHOR:Apotheus Silverman
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:38:57
// :ID:538
// :NUM:724
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Multi-item, Multi-author vendor -DISPLAY- By Apotheus Silverman.lsl
// :CODE:
//========== FOREWORD By Apotheus Silverman =========================
//
//the code I have here is for a vendor that rezzes display models. When someone purchases something the payment can be automatically divided between mulitiple people if desired.
//All the information about the items being sold and who gets paid reside in a note card.
//
//
//I have listed a multi-author vendor kit on SLExchange.com that anyone can use to get this vendor system up and running within a few minutes. Most people who have problems getting the scripts working find it to be of incredible value.
//
//The kit is fully open-source, just like the scripts themselves. It includes a working vendor, tutorial notecard and tools to help you along the way.
//
//You will find it HERE: http://www.slexchange.com/modules.php?name=Marketplace&file=item&ItemID=4081
//===================================================================
// HOW TO USE By Ulrika Zugzwang
//
// * Create a vendor prim and put the vendor script in.
// * Create a previous-button prim and put the previous-button (back-button) script in.
// * Create a next-button prim and put the next-button script in.
// * Link all three prims together making the vendor prim the parent prim.
// * Make a model by rezing an object you want to sell, copy it, shrink it, and remove all contents.
// * Place the display script inside this model.
// * Rename the model.
// * Place the model and the original object for sale into the vendor.
// * Edit the "Item Data" notecard to include the following data: object name, model name, price, agent keys
////////////////////////////////////////////////////////////////////////////////////
//Sample "Item Data" notecard:
////////////////////////////////////////////////////////////////////////////////////
//Abbotts Float Plane v1.0.1, Float Plane Display Model - red stripe, 500,
//d9bcb9e0-bfa2-4b8b-a8fc-9d996935ef51|0d994ae7-2d6a-4cd3-bdcf-81c82c35928b
//Abbotts Float Plane v1.0.1 black feathers, Float Plane Display Model - black feathers, 500,
//d9bcb9e0-bfa2-4b8b-a8fc-9d996935ef51|0d994ae7-2d6a-4cd3-bdcf-81c82c35928b
//Abbotts Float Plane v1.0.1 red-yellow feathers, Float Plane Display Model - red feathers, 500,
//d9bcb9e0-bfa2-4b8b-a8fc-9d996935ef51|0d994ae7-2d6a-4cd3-bdcf-81c82c35928b
//Abbotts Float Plane v1.0.1 stars stripes, Float Plane Display Model - stars stripes, 500,
//d9bcb9e0-bfa2-4b8b-a8fc-9d996935ef51|0d994ae7-2d6a-4cd3-bdcf-81c82c35928b
/////////////////////////////////////////////////////////////////////////////////////
// Inter-object commands
string commandDerez = "derez";
// This is the channel the main vendor talks to rezzed models on
integer commChannel;
default {
state_entry() {
llTargetOmega(<0,0,1>,0.2,1.0);
}
on_rez(integer startParam) {
commChannel = startParam;
llListen(commChannel, "", NULL_KEY, commandDerez);
}
listen(integer channel, string name, key id, string message) {
llDie();
}
} // END //

View File

@@ -1,6 +0,0 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|18 Sep 2013 20:38:57 -0000
vti_extenderversion:SR|12.0.0.0
vti_cacheddtm:TX|18 Sep 2013 20:38:57 -0000
vti_filesize:IR|3437
vti_backlinkinfo:VX|

View File

@@ -1,6 +0,0 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|17 Aug 2013 23:32:31 -0000
vti_extenderversion:SR|12.0.0.0
vti_cacheddtm:TX|17 Aug 2013 23:32:31 -0000
vti_filesize:IR|309
vti_backlinkinfo:VX|

View File

@@ -1,6 +0,0 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|17 Aug 2013 23:32:31 -0000
vti_extenderversion:SR|12.0.0.0
vti_cacheddtm:TX|17 Aug 2013 23:32:31 -0000
vti_filesize:IR|220
vti_backlinkinfo:VX|