Skip to content

Commit

Permalink
Update Rule Operator
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonaMorro committed Aug 4, 2015
1 parent dc1a211 commit f87c229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LSLScripts/nPose Xcite!.lsl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// LSL script generated - patched Render.hs (0.1.6.2): LSLScripts.nPose Xcite!.lslp Mon Aug 3 18:44:26 Mitteleuropäische Sommerzeit 2015
// LSL script generated - patched Render.hs (0.1.6.2): LSLScripts.nPose Xcite!.lslp Tue Aug 4 11:08:53 Mitteleuropäische Sommerzeit 2015

string STRING_NEW_LINE = "\n";
string PATH_SEPARATOR = ":";
Expand All @@ -16,7 +16,7 @@ list SlotsList;

list ArousalUpdatesList;
string MESSAGE_MINOR_SEPARATOR = "/";
string RULE_AND = "~";
string RULE_AND = "&";
string XCITE_SEPARATOR = "|";

key MyUniqueId;
Expand Down
2 changes: 1 addition & 1 deletion LSLScripts/nPose Xcite!.lslp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ integer AROUSAL_UPDATES_STRIDE=3;
string SLOT_LIST_SEPARATOR="^";
string MESSAGE_MINOR_SEPARATOR="/";
string RULE_NOT="!";
string RULE_AND="~";
string RULE_AND="&";
string XCITE_SEPARATOR="|";

float XCITE_UPDATE_INTERVALL=5.0;
Expand Down

0 comments on commit f87c229

Please sign in to comment.