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

Can I Switch a Linedef action on/off?

Recommended Posts

Can I make it so that a linedef action can only be triggered after a certain event, via ACS or any other way?

Share this post


Link to post

There's also a way for boom/doom in doom format that would use voodoo dolls on conveyor belts instead of ACS.

>>>>>>>>>>>>>
Doll |  |  :
>>>>>A>>B>>C>
A and B are doors that stop the voodoo doll, C is a walkover line for the action you want to happen. For the action C to happen, player will have to trigger an Open Wait Close action for B after triggering an Open Stay for A.

Share this post


Link to post

If you're mapping specifically for Doomsday then any line special can be disabled remotely by another line special, using XG.

Share this post


Link to post

I doubt this applies to the OP, but in Doom 64 this is pretty easy.

Tag the linedef that should be triggerable later, but otherwise leave it alone.
Give another (dummy) linedef the trigger settings you want, and it's own tag.

When you want the first line to become triggerable, run a Macro (Doom 64's version of a script) with the command Line_CopyFlags(first linedef tag, dummy linedef tag);

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
×