Switch to edit mode.
Name(s): my_match_object1: what = args[1]
2: if (dobj = player:my_match_object(what))
3: return dobj
4: endif
5: for dobj in (children($toy))
6: noms = {@dobj.aliases, dobj.name, tostr(dobj)}
7: if (what in noms)
8: return dobj
9: endif
10: endfor
11: return 0
12: "Last modified by Janette (#2633) on Sun Aug 12 03:18:06 2001 MDT."