You are looking at the command called kick

kick {object}
Visual interaciton with an object.


Scripting notes:
This sends out a trigger word of 'bounce' so script your object like this:

if target of bounce then iwaskicked;
##iwaskicked:
print "[$actor] breaks into many pieces";
Code