diff options
author | David Walter Seikel | 2014-05-14 15:56:07 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-14 15:56:07 +1000 |
commit | 3f33f98fc4e1fcd5a2ab0ad8a96be917251c13c6 (patch) | |
tree | 0efc76486ab3d77895c58c62f2cfd09ceb1a9741 | |
parent | More server clean up fixings. (diff) | |
download | SledjHamr-3f33f98fc4e1fcd5a2ab0ad8a96be917251c13c6.zip SledjHamr-3f33f98fc4e1fcd5a2ab0ad8a96be917251c13c6.tar.gz SledjHamr-3f33f98fc4e1fcd5a2ab0ad8a96be917251c13c6.tar.bz2 SledjHamr-3f33f98fc4e1fcd5a2ab0ad8a96be917251c13c6.tar.xz |
Remove some currently problematic LSL things, will fix them up later.
2 files changed, 2 insertions, 2 deletions
diff --git a/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~memory.lsl b/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~memory.lsl index c72b6e2..9133506 100644 --- a/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~memory.lsl +++ b/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~memory.lsl | |||
@@ -259,7 +259,7 @@ default { | |||
259 | while (n-- > 0) { | 259 | while (n-- > 0) { |
260 | item = llGetInventoryName(INVENTORY_NOTECARD, n); | 260 | item = llGetInventoryName(INVENTORY_NOTECARD, n); |
261 | if (llSubStringIndex(item, ".POSITIONS") != -1) { | 261 | if (llSubStringIndex(item, ".POSITIONS") != -1) { |
262 | ConfigCards += (list) item; | 262 | ConfigCards += item; |
263 | } | 263 | } |
264 | } | 264 | } |
265 | 265 | ||
diff --git a/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~menu.lsl b/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~menu.lsl index ea19396..1198c9d 100644 --- a/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~menu.lsl +++ b/media/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~menu.lsl | |||
@@ -415,7 +415,7 @@ default { | |||
415 | llResetOtherScript("~poser 3"); | 415 | llResetOtherScript("~poser 3"); |
416 | llResetOtherScript("~poser 4"); | 416 | llResetOtherScript("~poser 4"); |
417 | llResetOtherScript("~poser 5"); | 417 | llResetOtherScript("~poser 5"); |
418 | alpha = llGetAlpha(0); //store object transparancy (alpha) | 418 | // alpha = llGetAlpha(0); //store object transparancy (alpha) |
419 | if (alpha < 0.1) alpha = 0.5; else visible = 1; //if invisible store a visible alpha | 419 | if (alpha < 0.1) alpha = 0.5; else visible = 1; //if invisible store a visible alpha |
420 | } | 420 | } |
421 | 421 | ||