Quote:
Originally posted by Falcor
NPC Code:
#include <istream.h>
void main() {
int count;
cout << "how many times will the migets own you?/n";
cin >> count;
int loopcount;
while(++loopcount < count) cout << "Migets own you!/n";
}
knock yourself out 
I wish we could do stuff like while(++this.inc<yourmom) {blah;} in Gscript
|
Who doesn't, there is always hope for the new engine.
Quote:
Originally posted by BBflat
If you know C++, you know gscript. It just has dumb-downed syntax and is not nearly as powerful.
|
I have always considered it closer to Java although its relations are very real. There is a good point in this, however its more predefined object manipulation rather then user defined object with instance manipulation.