Advertisement
salahzar

script autocancellatore coniglio

Nov 30th, 2012
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // coniglio auto cancellatore
  2. // salahzar
  3. default
  4. {
  5.     state_entry()
  6.     {
  7.         llListen(9999,"",NULL_KEY,"DELETE");
  8.     }
  9.     listen(integer channel, string name, key id, string str)
  10.     {
  11.         llDie();
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement