|
Sen Pixie
Registered User
Join date: 29 May 2006
Posts: 5
|
07-31-2006 10:21
Hi all. I am fairly new to LSL, but have gotten some basics down. Here the task I want to do, but I am somewhat lost how to proceed. I have a house at 400m and I want to rez and derez an object on the ground from a touch command.
I really don't know how to rez something that far away, if it is at all possible. Any help would be great. Thanks!
|
|
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
|
07-31-2006 10:50
You can't directly. You can't rez something more than 10m away from the rezzer.
This gives you a couple of choices... You can rez at the house and with the on_rez event move the object quickly to the ground. WarpPos would be good for this, which you can find in the recent threads here.
You can have the object in the house communicate with the rezzer in place on the ground. There is also a recent thread about long distance communications in sim that will let you "talk" to the rezzer from 400m up.
Hope this helps!
|
|
Jeff Beckenbauer
Guardian of the Universe
Join date: 23 Apr 2004
Posts: 10
|
07-31-2006 12:14
From: Sen Pixie Hi all. I am fairly new to LSL, but have gotten some basics down. Here the task I want to do, but I am somewhat lost how to proceed. I have a house at 400m and I want to rez and derez an object on the ground from a touch command.
I really don't know how to rez something that far away, if it is at all possible. Any help would be great. Thanks! Sen look me up later - I know what your doing and I can show you how I have done it before - we can make something work 
|