removed useless _ folders
This commit is contained in:
3
Random_Sentences/Random_Sentences.sol
Normal file
3
Random_Sentences/Random_Sentences.sol
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution name="Random_Sentences">
|
||||
<Project name="Random_Sentences" path="Random_Sentences\Random_Sentences.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -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)
|
||||
|
||||
6
Random_Sentences/Random_Sentences/Random_Sentences.prj
Normal file
6
Random_Sentences/Random_Sentences/Random_Sentences.prj
Normal 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>
|
||||
Reference in New Issue
Block a user