
thanks in advanced.
default
{
collision_start(integer num_detected)
{
if (llDetectedType(0) & AGENT)
{
llInstantMessage("", llDetectedName(0) + " Is on your land."

llInstantMessage("", llDetectedName(0) + " Is on your land."

//llInstantMessage("", llDetectedName(0) + " Is on your land."

//llInstantMessage("", llDetectedName(0) + " Is on your land."

//llInstantMessage("", llDetectedName(0) + " Is on your land."

//llInstantMessage("", llDetectedName(0) + " Is on your land."

//llInstantMessage("", llDetectedName(0) + " Is on your land."

//llInstantMessage("", llDetectedName(0) + " Is on your land."

//llInstantMessage("", llDetectedName(0) + " Is on your land."

}
}
collision_end(integer num_detected)
{
if (llDetectedType(0) & AGENT)
{
llResetScript();
}
}
}
note: yeah see all the llInstantMessages in there, its a 2 second delay between each one
