Wanted to say hello
by Patrick O · in General Discussion · 06/05/2002 (10:13 am) · 4 replies
Hello. I am new here, and thought i might start off by saying hello, and hopefully i can contribute as much as possible in the hopes that i might learn something along the way!
I am studying CS, but while i do that, i am trying to learn as much about game programing as i possibly can. Hopefully i can jump into a project as a beginning programmer and move on from there!
So, as the thread title suggests, Hello!
I am studying CS, but while i do that, i am trying to learn as much about game programing as i possibly can. Hopefully i can jump into a project as a beginning programmer and move on from there!
So, as the thread title suggests, Hello!
#2
06/06/2002 (3:18 pm)
Unless of course you are underage, we don't want to be hauled in for contributing to the deliquency of a minor.
#3
Stereotypes, stereotypes, stereotypes...
06/06/2002 (3:26 pm)
Heh, I think the comment was based on the fact his name has an "O'" in it.Stereotypes, stereotypes, stereotypes...
#4
echo("Hello" SPC %target @ "." SPC "Welcome to the Garagegames Community!");
schedule(5000,0,'initParty',%target);
}
...
>%spock = new Tim() { class = Programmer; superclass = Geek; }
>%spock.SayHello("Patrick O'Grady");
Hello Patrick O'Grady. Welcome to the Garagegames Community!
error: function initParty undefined
06/06/2002 (3:36 pm)
function Tim::SayHello(%this, %target) {echo("Hello" SPC %target @ "." SPC "Welcome to the Garagegames Community!");
schedule(5000,0,'initParty',%target);
}
...
>%spock = new Tim() { class = Programmer; superclass = Geek; }
>%spock.SayHello("Patrick O'Grady");
Hello Patrick O'Grady. Welcome to the Garagegames Community!
error: function initParty undefined
Associate Anthony Rosenbaum