Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Land greeter

Isaiah Latrell
Registered User
Join date: 31 Mar 2006
Posts: 9
06-06-2006 11:51
i am looking for a land greeter that when you tp to the spot.it will say welcome to hell or whatever i wanted it to say..i have used different ones but doesn't seem to work..is there a landmark or place where i can purchased this script ?
Travis Lambert
White dog, red collar
Join date: 3 Jun 2004
Posts: 2,819
06-06-2006 12:10
From: Isaiah Latrell
i am looking for a land greeter that when you tp to the spot.it will say welcome to hell or whatever i wanted it to say..i have used different ones but doesn't seem to work..is there a landmark or place where i can purchased this script ?


Here's a very simple collision-based one:

CODE
key colider;
key lastcolider;

default

{
collision_start(integer total_number)
{
colider = llDetectedKey(0);
if (colider != lastcolider)
{
llInstantMessage(colider, "Welcome to Hell!");
lastcolider = colider;
}
}
}
_____________________
------------------
The Shelter

The Shelter is a non-profit recreation center for new residents, and supporters of new residents. Our goal is to provide a positive & supportive social environment for those looking for one in our overwhelming world.