Quote:
Originally Posted by Stefan
Still seeing it as bad coding style.
|
The negatives you stated in first post are invalidated by using the Control-NPC for global functions only.
I don't see how its bad coding style to have a single additional location in the function-lookup process.
Local Object -> Control-NPC -> Static Globals
There is nothing confusing about that. It puts all the globals in one bag so you can't miss them.