Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Logan MTM

FScript.

Recommended Posts

I knows do it!
It you read the thing!
Something happens!
Learning Stops.
Typing begins!
The brackets! OH, the brackets!
Story begins.
It ends too.

script 2
{
      closedoor(3);
	while(1)
	{
            //check to see if thing numbers 10, 11, and 12 are dead
	      if((objdead(10)) && (objdead(11)) && (objdead(12)))
		{
                  //open door tag 3 when all of above things are dead
			opendoor(3);
                  break();                        
		}wait(1);
	}
}startscript(2);

//Haven't used fragglescript in a LONG time. Not sure if it works.

Share this post


Link to post

Ahh, I used to play the Doom shareware many times in my youth. You played a map in Doom episode 1 and picked up a key.
OR you played a wad made for ZDoom with ACS Scripting.
OR you played a Legacy/SMMU wad with Fragglescript.

EDIT: Oh, I didn't get what he meant. I think you can find a tutorial if you use google.com and search for: Fragglescript tutorial info

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
Sign in to follow this  
×