|
Sally LaSalle
Registered User
Join date: 29 Aug 2006
Posts: 4
|
05-17-2007 13:39
Sorry if this is ridiculously noob/naive .. but I cannot seem to find a function for getting the params of the child prims in my object? Is there a way to do this (some kind of iteration maybe?) If not i cant figure out why not. Thanks Sal
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
05-17-2007 14:11
There's no way to do it from another prim; you have to put a script in the prim which uses llGetPrimitiveParams(), and then sends the data to the requesting script/prim via chat or, better yet, llMessageLinked().
|
|
Milambus Oh
Registered User
Join date: 6 Apr 2007
Posts: 224
|
05-18-2007 09:35
Yea, you can set the parameters from another prim, but you can't get them. LSL is very odd sometimes.
|