You are looking at a command called push

push {object}

Push an object in your current location off what it was put on (or undr or behind etc..)
eg:
create a small cat
create a gigantic elehant
put the cat on the elephant
pose it as riding

If you dont want the car riding that elephant any more just push the cat - you may hear a gentle thud as a result.

Notice that the cat is no longer on the elephant and has also lost its pose.


Scripting notes
Sample reaction:
if target of push then iwaspushed;
##iwaspushed:
print "[$actor] noticed that [$init_obj] pushed it";
Code