|
Nisa Maverick
Registered User
Join date: 3 Jun 2007
Posts: 224
|
01-19-2009 10:59
I have many door scripts that work very well if used on a single door, but how do I get them to work with two doors ( double doors) at the same time so both doors open together, or indeed slide open together at the same time.
Do i have to link them in a special way or is there a special script to do this.
Or a command sorry to add to my existing scripts.
|
|
Dragger Lok
(loading ...)
Join date: 10 Sep 2006
Posts: 228
|
01-19-2009 14:37
|
|
VonGklugelstein Alter
Bedah Profeshinal Tekstur
Join date: 22 Dec 2007
Posts: 808
|
01-19-2009 14:55
Somebody should tell all the builders out there. Almost every double door I see in these prefab stores has to be clicked twice to open ..
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
01-19-2009 16:25
the modification I uses is to trigger the door open/close on received message instead of touch, then in touch broadcast the message. works well for both link messages and chat, but with either you have to be sure that the rest of the objects that can get the message filter it properly so that opening a door doesn't trigger something else.
ETA: when using chat you must have the chat message coming from a different prim than the one listening for this method to work properly
_____________________
| | . "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... | - 
|
|
Renee Roundfield
Registered User
Join date: 10 Mar 2006
Posts: 278
|
01-19-2009 20:16
I've made one prim double doors.  May be too thin for your tastes. I'll send you one if my inventory loads.
|
|
Nisa Maverick
Registered User
Join date: 3 Jun 2007
Posts: 224
|
01-20-2009 10:24
Thank you all
|