So I needed to synchronize my script to be aware of all positions that avatars are sitting at if the script is reset. This could be a nightmare. llGetPos/llGetRootPos only gets the position of the root prim. llGetLocalPos has to be run inside the link itself. llGetPrimitiveParams works – but again it has to run in the prim itself (there is no such thing as llGetLinkPrimitiveParams or llGetLinkPos). There is one thing left. Using llGetLinkKey, I can query information from llGetObjectDetails(avatarId, [OBJECT_POS]). Now the trick is to translate the regional cordinates into local cordinates with llGetPos(). From Dedric Mauriac via <a href="http://blogHUD.com" rel="noreferrer nofollow">blogHUD.com</a>
Original Details
- Original on Flickr: https://www.flickr.com/photos/dedric-mauriac/2417852614/
Location
- Simulator: Thistle Island
Text Found Within Image
- taken by : Dedric Mauriac on Thistle Island (107, 86, 190)
- blogHUD
![So I needed to synchronize my script to be aware of all positions that avatars are sitting at if the script is reset. This could be a nightmare. llGetPos/llGetRootPos only gets the position of the root prim. llGetLocalPos has to be run inside the link itself. llGetPrimitiveParams works - but again it has to run in the prim itself (there is no such thing as llGetLinkPrimitiveParams or llGetLinkPos). There is one thing left. Using llGetLinkKey, I can query information from llGetObjectDetails(avatarId, [OBJECT_POS]). Now the trick is to translate the regional cordinates into local cordinates with llGetPos(). From Dedric Mauriac via blogHUD.com](https://lewismoten.com/wp-content/uploads/2026/03/2008-04-15-Get-Link-Position-optimized.jpg)
