**

  1. Get a script block.
  2. Edit it.
  3. Make it 2x2 size.
  4. make it yellow.
  5. open it up.
  6. Get the main collision script.
  7. Plug the '1st Object' input into the top left.
  8. Get a 'Equal Objects' script block in Math category.
  9. Plug the '2nd Object' on the main collision script onto the '1st Obj' on Equal Objects.
  10. Plug the '2nd Obj' on the 'Equal Objects' onto the bottom left.
  11. Get an If Statement.
  12. Plug 'Condition' on the 'If' into the 'Obj1 = Obj2' wire on the Equal Objects.
  13. Plug 'If(True)' onto the top right.

**