What the **** cant you read he said you cant style
|
So captain obvious tell me what is not styled on that.
I know about the type of calling, but why temp. not this.? I'm still getting confused as this point
|
temp.flags only stay in the function. Using this.flags will be usable in the whole script and can be changed external through other scripts (thats why i made it this.mostec since you might need it later on). There is no need in using this.flags in that case but its up to you.