No _vti
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<Solution name="Todo_list">
|
||||
<Project name="Todo_list" path="Todo_list\Todo_list.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -1,54 +0,0 @@
|
||||
// :CATEGORY:Floating Text
|
||||
// :NAME:Todo_list
|
||||
// :AUTHOR:Hydrais
|
||||
// :CREATED:2010-04-26 10:33:29.923
|
||||
// :EDITED:2013-09-18 15:39:07
|
||||
// :ID:901
|
||||
// :NUM:1277
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// I may also make it so that it can read things off of a notecard.
|
||||
// :CODE:
|
||||
vector color = <1,1,1>; //Starting color, black
|
||||
|
||||
|
||||
|
||||
list colors = ["blue",<0,0,1>,"green",<0,1,0>,"red",<1,0,0>,"black",<0,0,0>,"white",<1,1,1>,"yellow",<1,1,0>]; //color list, first color,then its vector
|
||||
|
||||
|
||||
|
||||
list todo = [""]; //where your added todo stuff is put
|
||||
|
||||
list msg = [""]; //this is the new message all nice and parsed so it can do things
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
todolist(string cmd, string obj) { //my todo function that way if need be i can use else where
|
||||
|
||||
if(cmd == "-atl") {
|
||||
|
||||
todo += obj;
|
||||
|
||||
llSetText("To Do List: \n" + llDumpList2String(todo, "\n"),color,1);
|
||||
|
||||
msg = [""];
|
||||
|
||||
}
|
||||
|
||||
if(cmd == "-dtl") {
|
||||
|
||||
todo = llDeleteSubList(todo, (integer)obj,(integer)obj);
|
||||
|
||||
llSetText("To Do List: \n" + llDumpList2String(todo, "\n"),color,1);
|
||||
|
||||
msg = [""];
|
||||
|
||||
}
|
||||
|
||||
if(cmd == "-cc") {
|
||||
|
||||
if(llListFindList(colors, [obj]) != -1) {
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:08 -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:39:07 -0000
|
||||
@@ -1,6 +0,0 @@
|
||||
<Project name="Todo_list" guid="D84B351A-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D84B360B-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Todo_list_1.lsl" guid="D84B53F0-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -1,6 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:37 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:37 -0000
|
||||
vti_filesize:IR|257
|
||||
vti_backlinkinfo:VX|
|
||||
@@ -1,6 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:37 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:37 -0000
|
||||
vti_filesize:IR|116
|
||||
vti_backlinkinfo:VX|
|
||||
Reference in New Issue
Block a user