Switch to edit mode.
Name(s): _get_*1: try
2: if (!index(property_info(this, verb[6..$])[2], "r") && !caller_perms():controls_property(this, verb[6..$]))
3: raise(E_PERM)
4: endif
5: return this.(verb[6..$])
6: except (E_PROPNF)
7: raise(E_PROPNF, tostr("Property not found: \"", this, ".", verb[6..$], "\"."))
8: endtry
9: "Last modified by Slacker (#55) on Mon Jun 21 05:46:05 1999 MDT."