Patrick Playfair
Registered User
Join date: 19 Jul 2004
Posts: 328
|
04-24-2005 20:10
I want to use llMessageLinked to send a transparency setting to a group of linked objects. I do not want or need to send a key_id (or if I do will not use it). However, I cannot sav the script as I get an error message where I have marked in red. Is there a default or null value I can put there to get LSL to ignore that?
llMessageLinked(LINK_SET, darknum, name, id)
.
|
Catherine Omega
Geometry Ninja
Join date: 10 Jan 2003
Posts: 2,053
|
04-24-2005 20:11
Yes, either NULL_KEY or "".
|
Patrick Playfair
Registered User
Join date: 19 Jul 2004
Posts: 328
|
04-24-2005 20:54
From: Catherine Omega Yes, either NULL_KEY or "". Thanks, I'll try those again (tried em once), if it doen't work I'll post the script. 
|