Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- default{
- state_entry(){
- llSetStatus(STATUS_DIE_AT_EDGE,TRUE);
- llListen(-6858585,"","","");
- }
- listen(integer chan, string who, key id, string msg){
- if(msg=="x"){
- //llOwnerSay("x___x");
- llDie();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment