I'm new to LSL and maybe this question is silly, but I could not find an answer on the web.
I would like to have one prim (let's say CubeA) that, via script, tells another prim (let's say CubeB) to move to a certain position.
I know that CubeA can send a message to CubeB with llSay, so that CubeB can llListen to that message and llSetPos to a different x,y,z point.
But what I'm looking here is something different.
I'm trying to build a structure that requires a lot of communication back and forward among several prims. So, I'd like to simplify this communication, and I want to have one prim that somehow controls the motions of the other prims without sending them messages that the prims have to interpret via scripts. In other words, rather than having CubeA that tells CubeB that there is a message, so that CubeB can read that message and do something with it, I'd like to have CubeA that says something like: SetPos of CubeB to x,y,z.
How can I do this?
Thanks a lot
joe
;