Pamela Galli
Registered User
Join date: 1 Dec 2007
Posts: 47
|
02-07-2010 18:53
.
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
02-07-2010 18:58
ALL_SIDES is an LSL keyword that has a special meaning and value (the value is -1)
assuming the windows all have the same face pointing outward you can replace it with the side number of the face you want to change....
not knowing how it's built you can quickly experiment by using numbers starting at 1 to replace the ALL_SIDES variable, until you find the right face number
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
Pamela Galli
Registered User
Join date: 1 Dec 2007
Posts: 47
|
02-07-2010 19:03
Thank you 
|
Johan Laurasia
Fully Rezzed
Join date: 31 Oct 2006
Posts: 1,394
|
.
02-07-2010 20:07
select the face and hit shift-ctrl-alt-T
_____________________
My tutes http://www.youtube.com/johanlaurasia
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
02-07-2010 20:54
mightn't help with multiple "windows" as they could be facing different directions... figured it was faster to go brute force and check all at once =)
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|