Author Topic: SetScale Command  (Read 944 times)

not to mention he didn't do it right
That's why I posted it on coding help.

You guys were too quick to fix his code for him, instead of helping him understand why it's wrong. :/
Kinda true...

Please learn how to properly program in a real language, then get back to me.

Void functions.

Void functions.
Rarely ever used in practice. In reality, for things like this you'll either want to check to make sure it happened, so you can either add it to a list of things to do in the future if it didn't work, or assert it so that the program doesn't go haywire and break everything because this didn't work and it was supposed to.