View Single Post
  #12  
Old 05-14-2002, 12:19 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
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
__________________

subliminal message: 1+1=3

Last edited by Falcor; 05-14-2002 at 08:21 PM..
Reply With Quote