Quote:
Originally Posted by excaliber7388
Is it that you know the punch script does not use 'i', or is the i variable local to that block, and I was wrong in my thinking?
|
Well it is good practice to use a header when defining a temporary variable in a function for the first time but unless the scripter of the punch script was really bad and used global variables for storing data (such as i instead of this.i) it wouldn't matter.
I don't see why someone would use i to store something like that though.