Originally Posted By: fastlane69
Quote:
Keeping in mind that I have absolutely NO experience in game programming or commands; I was wondering exactly how hard it would be to create a multiplayer game (one team against another) in GameStudio.


Code:
i=0;
while(i!=100)
{
diag("very, ");
i+=1;
}
diag("/n");
diag("hard.);


ahahahah!


Hand of Law, many thanks. I talked to a guy at gamestudio for about an hour today on the subject...and he said the best thing to do would be to focus on making the level first...then the characters, etc. And cross the multiplayer bridge when I get to it >.<