Given command.
source is either an object or an array of objects.
array holding the accessible objects
[0] = (int) given numeric prefix
=0: all or a pluralform given
>0: numeral given: two, three, four...
<0: order given: second, third ...
[1..n] (object) Objectpointers
A list of the POSSIBLE objects that can match
the given %i. No choosing of third or such.
Example:
a = parse_command("take apple",environment(this_player()),
" 'get' / 'take' %i ",items);