View Single Post
  #2  
Old 03-15-2017, 06:38 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by Crazy Horse View Post
I am so out of practice and I wanted to finish a DFX map idea.

I'm wanting to use the vwendb item (the DF1 entrance for both castle walls) with the double doors that open when you go near them.
I want them to automatically close 3 seconds after opening but I can't find a wac file script to trigger that effect.

Anyone ever tried this?

You could set a Var in the editor to open and close all doors in group(#) then call it from the WAC with a timer after the var triggers

You can then

increment the var

use chain()

if previous()

if event() then chain etc...
Reply With Quote