View/Edit #5210:my_match_object

Switch to edit mode.

Name(s): my_match_object
1:  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."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Janette (#2633)

You are not logged in.

[home | help | who | search | setup | code]