NPC Code:
#include <iostream.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
