Jump to content

Blixtbob

Resident
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Blixtbob

  1. I was looking through the list of all functions but couldnt figure out how to call it on another prim (as it seems to be named). But llSetPrimitiveParams was exactly what I was looking for. Thanks for your time! Much much appreciated
  2. Hello there. Im completley new to scripting here so sorry if im missing something basic. Im trying to manipulate objects but instead of giving every object a script i want to do all from one script. So faar ive created a few boxes and linked them together and placed a script on this. But it looks like all built in functions are meant to be called from within the object itself? If I set the position from my script all the linked objects will move? I only want to move a certain object. For example what I want to do in psuedo. tmp = FindObjectByName("1"); //Getting the object that is linked to my root named 1 tmp.llSetPos(<1,1,1>); //Sets the position on my object without moving the others that are linked... What am I missing here? Thanks Blixt
×
×
  • Create New...