I'm TRYING to follow it as described in the ref document:
I have an example here. Can somebody explain what's goin' on?
Oh, and yes, that is a chunk of a level I'm working on. A very small chunk, of only one possible path. Changed the music and level name, though, as well as deleted everything that wasn't necessary to this example WAD.
Thing is, it seems to execute immediately on me, even though there is definitely an enemy in my invisible intangible FOFs. I thought it might be because I was using Eggman at first, but even a Crawla seems to not work.Whoever wrote that said:Like linetype 98, but is only activated when no more objects of type MF_ENEMY exist in its tagged area. Think "destroy all enemies in this room for the door to open to go to the next room". Tag this to a control sector. It will go through the lines of the control sector, checking for any lines of type 58 and checking inside the area occupied by the invisible intangible FOF to see if any enemies exist. If no alive enemies are in all of the type 58 FOFs, the linedef executor is run once. The line length is the tag number of the linedef executor trigger to run.
I have an example here. Can somebody explain what's goin' on?
Oh, and yes, that is a chunk of a level I'm working on. A very small chunk, of only one possible path. Changed the music and level name, though, as well as deleted everything that wasn't necessary to this example WAD.