No _vti
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:03 -0000
|
||||
vti_extenderversion:SR|12.0.0.6211
|
||||
vti_backlinkinfo:VX|
|
||||
vti_author:SR|alien\\fred
|
||||
vti_modifiedby:SR|alien\\fred
|
||||
vti_timecreated:TR|18 Sep 2013 20:38:57 -0000
|
||||
@@ -1,50 +0,0 @@
|
||||
// :CATEGORY:Fireworks
|
||||
// :NAME:mortar_start_script
|
||||
// :AUTHOR:Anonymous
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:38:57
|
||||
// :ID:521
|
||||
// :NUM:705
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// mortar start script.lsl
|
||||
// :CODE:
|
||||
|
||||
integer counter = 0;
|
||||
|
||||
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llShout(55, "**:stop");
|
||||
llSetText("Click for Fireworks!", <0.0, 0.0, 1.0>, 2.0);
|
||||
}
|
||||
|
||||
touch_start(integer total_number)
|
||||
{
|
||||
llShout(55, "**:start");
|
||||
llShout(0,"Fireworks Show starts now!");
|
||||
llSetTimerEvent(15);
|
||||
}
|
||||
|
||||
timer()
|
||||
{
|
||||
counter++;
|
||||
if (counter>4)
|
||||
{
|
||||
counter = 0;
|
||||
llShout(55, "**:stop");
|
||||
llSetTimerEvent(0);
|
||||
}
|
||||
if (counter == 1)
|
||||
llShout(55, "**:blue");
|
||||
if (counter == 2)
|
||||
llShout(55, "**:green");
|
||||
if (counter == 3)
|
||||
llShout(55, "**:red");
|
||||
|
||||
}
|
||||
}
|
||||
// END //
|
||||
@@ -1,6 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:30 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:30 -0000
|
||||
vti_filesize:IR|277
|
||||
vti_backlinkinfo:VX|
|
||||
@@ -1,6 +0,0 @@
|
||||
<Project name="mortar_start_script" guid="D7589401-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D75894F0-6C00-1014-B904-200204C60A89">
|
||||
<Script name="mortar_start_script_1.lsl" guid="D758ACA4-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user