Sporkinator

script

Dec 16th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. with (all) //ALL objects
  2. {
  3.     if (id != other.id) //exclude self
  4.     {
  5.         selected = 0; //deselect
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment