Switch to edit mode.
Name(s): _get_students1: "Copied from Root Class! (#1):_get_xyz by Slacker (#55)Jun 4 14:54:50 2001"
2: try
3: if (!index(property_info(this, verb[6..$])[2], "r") && !caller_perms():controls_property(this, verb[6..$]))
4: raise(E_PERM)
5: endif
6: return this.(verb[6..$])
7: except (E_PROPNF)
8: raise(E_PROPNF, tostr("Property not found: \"", this, ".", verb[6..$], "\"."))
9: endtry