|
Darek Deluca
Registered User
Join date: 9 Sep 2006
Posts: 6
|
05-21-2007 06:38
I am trying to pass the entire Particle list through a link message. Tried casting and parseing. Getting odd results. Anyone know how to do this? I wish to change particle parameters and pass them to linked objects without having to break down all the variables and pass them individually.
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
05-21-2007 07:45
From: Darek Deluca I am trying to pass the entire Particle list through a link message. Tried casting and parseing. Getting odd results. Anyone know how to do this? I wish to change particle parameters and pass them to linked objects without having to break down all the variables and pass them individually. Not sure I understand exactly what you mean, but look at string llDumpList2String(list src, string separator) or string llList2CSV(list src)
_____________________
I'm back......
|
|
Darek Deluca
Registered User
Join date: 9 Sep 2006
Posts: 6
|
05-21-2007 08:51
|