Difference between revisions of "LlEjectFromLand"

From Second Life Wiki
Jump to navigation Jump to search
Line 9: Line 9:
|constants
|constants
|examples
|examples
|helpers
|
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index
|sort=EjectFromLand
|cat1=Security
|cat2
|cat3
|cat4
}}
 
string msg;
string msg;
string name;
string name;
Line 38: Line 24:
         llListen(0,"",llGetOwner(),"");
         llListen(0,"",llGetOwner(),"");
     }
     }
   
     listen(integer n, string m, key k, string msg)
     listen(integer n, string m, key k, string msg)
     {
     {
Line 65: Line 49:
         }
         }
     }
     }
    }
}  
 
   
     no_sensor() {
     no_sensor() {
     llOwnerSay("Avatar not found.");
     llOwnerSay("Avatar not found.");
     }
     }
}
}
|
|helpers
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index
|sort=EjectFromLand
|cat1=Security
|cat2
|cat3
|cat4
}}

Revision as of 01:47, 16 July 2007