View Single Post
  #13  
Old 05-14-2002, 03:43 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
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.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote