Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

visitors list that sends a Im to me

Nalja Daligdig
Registered User
Join date: 8 Oct 2005
Posts: 1
10-22-2005 09:42
I there a way to have a visitors auto message sent to me that ppl are on my land. I have the vister list free thing and know who has been ther but want to get a message whe they get there.. and one know if there is one?
Jose Rainbow
Registered User
Join date: 18 Sep 2005
Posts: 6
10-22-2005 12:12
From: Nalja Daligdig
I there a way to have a visitors auto message sent to me that ppl are on my land. I have the vister list free thing and know who has been ther but want to get a message whe they get there.. and one know if there is one?


I'm pretty new at this myself byt I have added a proximity(distance) sensor thing to a visitors list script and use llOwnerSay to tell me who shows up in range and how far away they are.

You might try adding an llInstantMessage piece where the script adds the user to the list have it send you a message at the same time.
Oerbewustzijn Archer
Registered User
Join date: 2 May 2005
Posts: 66
10-23-2005 02:49
contact me in world i give you a note were you can buy it i dont know it out my head but i use something like that.
Kenn Nilsson
AeonVox
Join date: 24 May 2005
Posts: 897
10-23-2005 09:50
In the section of the script that detects when an avatar enters the land, simply add:

llInstantMessage(llGetOwner(), name + " has entered your land.";);

Where name is the detected name of the person entering the land. (it'll be string variable that you must declare...but I'm not sure what the script looks like...so...)