Quote:
Originally Posted by Skyld
Tehe. I do quite like your idea of something along the lines of throwing catchable events, though (or patching trigger() to do it properly - last I checked it didn't).
|
Yes, patching trigger does sound like the better option. I made a util_catchevent2() but I don't like it too much because I dislike having two functions that do the same thing and its also inherently slower than the built-in function so I'm weary of using it often.