You are looking at a command called pull

pull {object}
Pull an object in your current location off what it was put on. eg if there is a cat on a mat you can pull the cat and the cat will no longer be on the mat. Pull also removes an objects pose eg if the cat was sleeping, it will not be any more.



Scripting notes:

Sends out trigger word 'pull' so make your objects react like this:

if target of pull then iwaspulled;
Code