Talk:LlGetPos
Called in a child of an attachment
One of the caveats states "When called from any child prim, always returns that prims region position". However this appears to not be the case. If<lsl>default {
touch_start(integer nd)
{
llRezObject("Object", llGetPos(), ZERO_VECTOR, llGetRot(), 0);
}
}</lsl>that is used in a child of an attachment all sorts of odd things come out. Does anyone KNOW the definite ifs and buts when calling llGetPos() in a child of an attachment? I am testing it myself but the results are truly bizarre. -- Fred Gandt (talk|scripts|contribs) 07:43, 11 March 2010 (UTC)