removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,62 @@
// :CATEGORY:Random
// :NAME:Random_Sentences
// :AUTHOR:Davy Maltz
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:00
// :ID:680
// :NUM:923
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Random_Sentences
// :CODE:
list verbs = ["shanked","burned","deleted","killed","punched","washed","ate","raped","shot","stole","craped on","cut
up","electrocuted","bled on","has a fetish for","laughs at","would like to have sexual relations with"];
list nouns = ["toenails","pants","computer","doctor","mother","couch","donkey","toilet","knife","cake","password",
"penguin","keyboard","lightbulb","pillow"];
integer verb;
integer noun;
integer agent_1;
integer agent_2;
default
{
state_entry()
{
llSetTimerEvent(40);
}
touch_start(integer total_number)
{
llSensor("","",AGENT,20,PI);
}
timer()
{
llSensor("","",AGENT,20,PI);
}
sensor(integer num_detected)
{
if(num_detected > 1)

View File

@@ -0,0 +1,6 @@
<Project name="Random_Sentences" guid="D812344E-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8123547-6C00-1014-B904-200204C60A89">
<Script name="Random_Sentences_1.lsl" guid="D81256F0-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>