InuYasha Meiji
Half Demon
Join date: 14 Mar 2005
Posts: 127
|
05-29-2005 15:26
I would like to make an object give me land info when I say a voice command. I was wondering what information is available through scripting, if any, and what commands do I need to learn to get that info.
A wish list of example information would be, who owns the land I'm currently standing on, what is the SIM name, and maybe the size of the plot of land I'm on. Maybe if it is possible to tell through scripting if the land is for sale or not.
Any info on the land would be helpfull.
-Inu
|
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
|
05-29-2005 16:33
From: InuYasha Meiji A wish list of example information would be, who owns the land I'm currently standing on... http://secondlife.com/badgeo/wakka.php?wakka=llGetLandOwnerAtFrom: InuYasha Meiji ... what is the SIM name, http://secondlife.com/badgeo/wakka.php?wakka=llGetRegionCornerhttp://secondlife.com/badgeo/wakka.php?wakka=llGetSimulatorHostnameFrom: InuYasha Meiji ... and maybe the size of the plot of land I'm on. The only way to do this is to "guesstimate" by running llGetLandOwnerAt all over the sim. From: InuYasha Meiji Maybe if it is possible to tell through scripting if the land is for sale or not. Not specifically. Only "public" land can be detected, which originally would be sold on a first-come, first-served basis. There was fierce debate at one point over the use of this function, but it's now a moot point with some of the changes to the system. Don't do it - just search land sales or orange plots instead. Other useful commands: http://secondlife.com/badgeo/wakka.php?wakka=worldfunctions
_____________________
---
|
InuYasha Meiji
Half Demon
Join date: 14 Mar 2005
Posts: 127
|
Thanks
05-29-2005 19:34
Someone in game tried to tell me it wasn't possible. Basically, I'm trying to make a Tricorder for the Star trek group and give it some useful scripts. So far I only have one working. I have a built-in AV scanner. It is simple and just because of the way SL is, it isn't the most accurate in the world. It does OK for a Star trek Prop though.
It scans up to 96 meters away, and whispers a current list of AVs in your vicinity. Now I want it to give a list of people in your local area and tell you any info about the land you are standing on. With this help I should be able to get some information to display.
Thanks again. -Inu
|