Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
EagleDoom

Is there an A-Team Doom WAD?

Recommended Posts

I haven't found one so far, but I'm wondering if there still is, and I'm just not looking hard enough.

Share this post


Link to post

Would that be a WAD where you get to fire thousands of bullets but no one actually gets killed? ;)

Share this post


Link to post

Yeah, and lots of people dive off ledges as a £10 firework goes off behind them.

Share this post


Link to post

ZDoom scripting gives you the option to choose just how to get B.A. on the plane.

Share this post


Link to post

script 1 (void)
{
	if(milk == 1 && sleepingdrug == 1) 
	{
		TeleportInSector(1, 2, 3, 0, 0);
        }
    
    else
	{
		 print(s:"I ain't gettin' in no 'plane foo'.");
	}
}

Share this post


Link to post
Enjay said:

Would that be a WAD where you get to fire thousands of bullets but no one actually gets killed? ;)


LOL, I wasn't thinking about that. Good point.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×