Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - LordHart

#41
General Discussion / Re: Bye, ags!
Mon 28/06/2004 03:46:24
Legge's gone?!

\o/ \o/ \o/ \o/ \o/

HUZZAH!!! :D
#42
General Discussion / Re: My first movie!
Sun 27/06/2004 12:52:26
Um, you haven't tried to imitate a celebrity and "lose" your sex video... have you. :P
#43
YOU CHALLENGE ME YOU SPOT OF HOTNESS YOU!!! :o
#44
I was about to argue that and say that American Grafitti wasn't a franchise, but then I remembered there was a sequel to it. ::)
#45
Yep, thats got it working properly. Thanks mate! :D

Hmm, now I just need to write out a way to have all the random stuff that will be happening happen... :P

edit: Actually, now I have to fix up the leap year thing. So in February, on leap years it will appear with 29 days... not 28.
#46
Quote from: SierraFreak on Sat 26/06/2004 20:40:12
I'll do my very best not to make you post like a bastard.  ;)  If I get out of line, I fully expect to people let me know that I'm being a stupid newbie.

Well, when that day comes... you know it'll be me. Maybe even a few days before, cause I seem to hack on people as they are building their tardness meter up... not after. :-X
#47
Oh yeah, femme would have liked me holding her from behind! ;D
#48
Okay, so I'm trying to set up a little test where when you press a button on a GUI it adds a day onto the date, if it is the last day of that month, then it adds a month and then sets the day back to 1, and then if it is the last month, it adds a year and sets the month back to 1.

Now, the problem is that it adds 1 to the days and months each time I press the button, but when it reaches the last month (12), the next time you press it, it adds the year and resets the month to 1.

So whats going on that is adding a month along with the days? I can't seem to figure it out.

Script Header:
Code: ags
int dayno = 1;
int monthno = 1;
int yearno = 2004;


Global Script:
Code: ags
function adddate() {
  if ((monthno == 4) || (monthno == 6) || (monthno == 9) || (monthno == 11)) {
    if (dayno < 30) {
      dayno += 1;
    } else {
      monthno += 1;
      dayno = 1;
    }
  } else if ((monthno == 1) || (monthno == 3) || (monthno == 5) || (monthno == 7) || (monthno == 8) || (monthno == 10) || (monthno == 12)) {
    if (dayno < 31) {
      dayno += 1;
    } else {
      monthno += 1;
      dayno = 1;
    }
  } else if ((monthno == 2)) {
    if (dayno < 28) {
      dayno += 1;
    } else {
      monthno += 1;
      dayno = 1;
    }
  }

  if ((monthno < 12)) {
    monthno += 1;
  } else {
    yearno += 1;
    monthno = 1;
  }
}
#49
Top 10 upcoming adventures game... and it DOESN'T HAVE BRAD BRADSON II?!?! >:( ::)
#50
No you haven't... you are just insane...

And there is my piece of useless, retarded trivia of the day. :-\
#51
Yes... yes I would have. ;D
#52
Why didn't you use someone with red hair to photoshop over Donna?

Or another AGSer... like Dragonrose, she has red hair... and green skin, but meh. :-\
#53
Yes, and if you have me posting in your threads being a bastard then you know that you are being a stupid n00b... but welcome, and I hope you stay around and be a productive member. ;)
#54
I liked in that episode when Matt Stone and Trey Parker showed their true vision of the first episode, Cartman Gets an Anal Probe. :P
#55
Yeah, it's like one of those PC World minibook magazine thingys...

It's supposed to cost $14.95, but I know the owner of the newsagent that had it so I got it greatly reduced. Quite a ripoff for a small 80 page booklet with "free" games. :-\
#56
General Discussion / Re: I'm old!
Fri 25/06/2004 14:28:57
Happy birthday to Netmonkey and the Gay Care Bear... :)
#57
I can't see anything...  :-\
#58
I don't know any site where you can get it at, but I might as well say that I actually found a copy recently in a Freeware Games Pack (which I had to buy >:(, though only for $2), and it pretty much got a glowing review in the little booklet that came with it.
#59
Woah, now I think I'll be able to get the only MI game I don't have... and haven't wanted to get for the last few years now... but now that it is OUT, it's a whole different story! WOAH!! :o
#60
Quote from: Sutebi on Thu 24/06/2004 12:46:37
That South Park was funny. In it, they watch the E.T. new edition where they change the guns to walkie-talkies and stuff, which is okay.

Um, they actually DID do that. That wasn't a joke. :-\
SMF spam blocked by CleanTalk