Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Changing Prim Coordinates

Inferniel Solvang
Registered User
Join date: 31 Jan 2005
Posts: 47
02-12-2005 19:01
I'm sure that somewhere in the forums is the answer to the question I have. Right now I am trying script a project that requires the main object of the linked set to change it's coordinates when the owner speaks a command. I've got the command going and the prim listens and respondes to do the other things i need it to do, but how do I get it to change coordinates. In particular I want the main prim in the linked object to get it's, I guess they are called "GLOBAL COORDINATE?", and then add say 20 meters of height to it without me having to change it manually. Please, can anyone drop me the syntax for doing this as I know just about nothing of scripting. Thanks.
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
02-12-2005 22:29
llSetPos
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river.
- Cyril Connolly

Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence.
- James Nachtwey
Inferniel Solvang
Registered User
Join date: 31 Jan 2005
Posts: 47
02-13-2005 08:11
Thank you so much...

This worked great. Problem fixed.