Switch to edit mode.
Name(s): notify1: {lines} = args
2: lines = {@lines}
3: for x in (lines)
4: if (m = match(x, "says, \"%(tutor,? *%)?teach *me *about *%(move%|look%|talk%|hand%|build%)"))
5: this.debug && #8084:tell("Tutor heard someone asking for help. ('", x, "')")
6: tverb = x[m[3][2][1]..m[3][2][2]]
7: this:("t_" + tverb)(player)
8: endif
9: endfor
10: "Last modified by Lao-Tzu (#8084) on Sat Feb 2 22:27:19 2002 MST."