Quote:
Originally Posted by Skyld
However, it makes it incredibly easy to create easy function interfaces, or to pass the same parameter set to a large number of functions at the same time. Anonymous functions are at first confusing but they can be useful, and also help to provide some JavaScript compatibility.
|
Don't get me wrong, I think it's useful.
I don't like how it isn't named, I'd rather replicate the same function in each npc with a clear understanding to the reader what exactly is happening.