I6: Parsing Objects of the Same Name

Sorry to bother you already, I know this has been dealt with before, but my search in the forum didn’t reveal anything.

I have these 10 trees, and need the player to address them. Currently I gave them names such as ‘first’, ‘second’ etc., but I assume the player would want to type something like ‘tree 1’, ‘tree 2’ etc., maybe even ‘1. tree’ etc. I have noe clue how to achieve this as it probably goes down pretty deep into the parser mechanics. Any hints on what to do?

Try this:

with name 'first' 'tree' 'one' '1//',

Hallelujah, thanks!!