Quote:
Originally Posted by Inverness
Its irritating me to have to explain a simple concept to you.
|
It irritates
me when people have this perspective. I didn't ask for you to explain it, you chose to.
Quote:
If you have a function blowup() that blows up the npc then have an event onBlownUp() that is thrown at the end of the function... what is wrong with that?
Its a simple concept to have all events prefixed with "on" to separate them from other normal functions because events are responding to something else and you're not normally supposed to be calling them directly. Is that so difficult to understand?
|
Okay, I see what you mean.