Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Problem with llMessageLinked

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 "".
_____________________
Need scripting help? Visit the LSL Wiki!
Omega Point - Catherine Omega's Blog
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.

:)