You are looking at a command called throw

throw {object} to|at {object}

You can throw balls and things to other players and things eg throw the ball to simon
or throw the daisy at the dragon

You can use any relationship word instead of 'to' or 'at' eg:
throw the rope over the tree

If you throw something at a doorway it will fly through it!

read the command called catch
read the command called pitch

read some relationship words


Scripting notes:

This sends out the trigger word throw so you can react as either the $target or the $second.

if target of throw then iwasthrown;
if second of throw then someonethrewatme;
Code