|
Tarquin Quasimodo
Registered User
Join date: 8 Nov 2005
Posts: 38
|
04-02-2006 15:37
I noticed my Sensor sometimes returning results with a negative figure like <111.585381, -16.452423, 101.178810> .
Does this means it detected the person in the Sim due south. I thought it didnt detect beyond the current sim. Is this a usable feature, or is it a bug.
Assuming it has detected someone in another sim, is there a way to find out the adjoining Sim name. I can only find commands to return the current sim, or the plot owner.
Thanks
|
|
Hiro David
Registered User
Join date: 2 Oct 2005
Posts: 10
|
yep ... funky
04-03-2006 14:45
From: Tarquin Quasimodo I noticed my Sensor sometimes returning results with a negative figure like <111.585381, -16.452423, 101.178810> .
Does this means it detected the person in the Sim due south. I thought it didnt detect beyond the current sim. Is this a usable feature, or is it a bug.
Assuming it has detected someone in another sim, is there a way to find out the adjoining Sim name. I can only find commands to return the current sim, or the plot owner.
Thanks all of a sudden my scanners are returning data up to about 500m away ... it's cool, but I'm guessing a bug
|
|
Ares Desmoulins
Registered User
Join date: 13 Sep 2005
Posts: 22
|
04-03-2006 18:40
Yes, is a bug. In all my sensors, I instruct the script to ignore ping of greater than 96m away and it solves the issue. In your sensor state add:
if(llVecDist(llGetPos(),llDetectedPos(x))<=96) { do stuff here }
And it will ignore these random pings.
|
|
Zuleica Sartre
Registered User
Join date: 27 Sep 2005
Posts: 105
|
04-03-2006 18:50
Too bad it's a bug, I'd like them to run farther than 96m by design.
|