Quote:
Originally Posted by Crazy Horse
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...