German Gothic Board
Nachtwelten | Gothic Board | Gothic Chat | Boardarchive |
code:
1 void Human::life() 2 { 3 int bday = getBorn(const Human* mom, const Human* dad = NULL); 4 while(bday < 60 + rand() % 30) 5 celebrate(bday++); 6 delete this; 7 }