int give(string)
        Handles the give <object> to <object> commands. and 
        put <object> in <object>
int drop(string)
        Handles the drop <object) sytax commands.  This is used
        by the player object and monsters that wish to use these
        commands.
int take(string)
        Handles the take <object> from <object> commands.