Funny one Darius Poyer 
Well, you pulled out a very nice one Nicky.
Is that skull on the gun a hunting troffee?

Well, you pulled out a very nice one Nicky.
Is that skull on the gun a hunting troffee?

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 MenuQuote from: Atelier on Fri 12/08/2011 18:48:21If you also count laptops: no.
In game design, would it be safe to assume that everybody nowadays has a scroll wheel on their mouse?
Quote from: Ghost on Sat 06/08/2011 02:13:13Funny thing, the game 'Batman Returns' (DOS, 1992) also contains a loyal army of missle-packing Penguin Commandos lead by Oswald Cobblepot, known as The Penguin.
Warmonger: Damn it, Fred, you always amaze me!
Scientist: Well, you asked for the most deadly weapon of all time.
Warmonger: And you made it. Its sight along will crush my enemies!
Scientist: Ah, it was nothing. A simple rocket launcher modified to fire switchblades instead...
Other Scientist: Training the ninja penguins was hard, though.
Warmonger: Still. Sliced, exploded, and savaged by an angry bird. What a way to go!
// main global script file
int countdown;
function repeatedly_execute() {
if (countdown==0){
countdown = -1;
}}
export countdown;
function repeatedly_execute_always() {
if (countdown > 0) {
countdown--;
String buffer;
int mins = ((countdown / GetGameSpeed()) / 60) % 60;
int secs = (countdown / GetGameSpeed()) % 60;
Ltime.Text=String.Format(buffer, "%02d:%02d", mins, secs);
}}
// room script file
import int countdown;
//int countdown;
//bool countingDown;
function room_FirstLoad()
{
countdown=4800;//length in seconds*40
}
Quote from: WHAM on Thu 11/08/2011 10:00:42Not even a gruesome deadscene?
Of course if you get killed in the first room, expect to see nothing at all!;)
Quote from: Tabata on Wed 10/08/2011 18:56:21hehheh.
It should be the same, but this version might fit a bit better.
Edit:
Ooops - sorry, too late!
Quote from: Ascovel on Wed 10/08/2011 18:27:48Yes, that's the movie...
You mean this film?
http://www.imdb.com/title/tt0061075/
Why that's a total obscurity with no recognizable names apart for the original novel's author. What is so special about that cat scene that made you choose it?
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.188 seconds with 15 queries.