Hey guys,

Okay, I understand from using C-Script that the code is read top to bottom, and when a function is read, it initiates the function while continuing to read the code. How do I do it so that when it gets to the function, it stops and goes through the function, and at the end of the function it continues on its path? I'm used to simple command-line C++, so C-Script somewhat confuses me. Thanks a ton guys.

-Harb