ID:272959
 
I'm currently working on modifying hearers() to allow the ability to be deaf. The problem is, I can't figure out how to modify the proc =/. I've tried looking through the reference, putting hearers() under every type-path I can think of (including /hearers()), but DM keeps finding it to be an undefined proc >_<. Could I please ask for some assistance, as to inquire what type-path I need.
Lots of procs aren't override-able.
In response to Kaiochao
I see. So my better bet would be to make my own hearers() proc instead, and then modify it to my liking?
Um, have you not noticed that it's a global proc? It isn't defined on any object, nor is it called on any object. So it's not under any object type path, nor can you override it, same for every global proc of course.