Forum

> > CS2D > General > How to creat delay door ?
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch How to creat delay door ?

9 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt How to creat delay door ?

phihung940
User Off Offline

Zitieren
How to creat a door with delay ? I mean ... when player press the button to open/close the door, it will take 3 Second to using that button again.
I do this in Editor:
Deplay: 3 [Name:][Trigger: button]
2 Dynwall [Name: door][Trigger:]
Button [Name: button][Trgger: door]

but it dont work @-)

alt Re: How to creat delay door ?

stealth
User Off Offline

Zitieren
Delay: 3 [Name: delay][Trigger: door]
2 Dynwall [Name: door][Trigger:]
Button [Name: ][Trgger: delay]

This is how it should work

alt Re: How to creat delay door ?

phihung940
User Off Offline

Zitieren
Not work dude =.= ! and i forgot ... when delay the button change color to RED (origin is Blue or Green) is mean before you using ... the button is Blue when you used it change to Red

alt Re: How to creat delay door ?

phihung940
User Off Offline

Zitieren
Thank for the Vid ... but not really like ... i mean: the door has opened before ... and if we press the button ,the door will close (not open in the origin).

alt Re: How to creat delay door ?

RAVENOUS
BANNED Off Offline

Zitieren
First you make a door, called "door". After that you take a button, called "button". And you need a delay called "delay".

Now we can start.

Let the button trigger these things: "button, delay" - Now the colour of the button should disappear, this means that you can't use it at the moment.

The delay is triggering these things: "button, door" - It's quite easy.

If you set the delay of the door to 3, the door is opening in 3 seconds and the button will "repower" in 3 seconds. : )

alt Re: How to creat delay door ?

Mawd
User Off Offline

Zitieren
phihung940 hat geschrieben
Thank for the Vid ... but not really like ... i mean: the door has opened before ... and if we press the button ,the door will close (not open in the origin).


edit*
duh.. just make a trigger_start which trigger the dynwall
then trigger_use which actually open the door..

alt Solution

Mechanolith
User Off Offline

Zitieren
Make the door like the example:

Env_DynWall (name: door1)
Trigger_Delay (name: door1delay / trigger: door1)
Trigger_Use (trigger: door1,door1delay)

Then when you use the button, the door will open and the delay will start the same time, then when the delay countdown has finished the door will close again
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht