Buggy func_door stairs

Brushwork, patches and other issues
Post Reply
Markinho
Posts: 109
Joined: Thu Nov 03, 2011 10:56 pm
Contact:

Buggy func_door stairs

Post by Markinho »

http://www.youtube.com/watch?v=Ux4uXdV9 ... e=youtu.be
I don't get it, I made an elevator in the same exact way and it's perfectly working

Code: Select all

angle -1
classname func_door
lip (-8 -16 -36 etc.)
speed 40
target stairs1 [targetname stairs1 (trigger_multiple)]
team stairs1
Image

User avatar
KroniK
Posts: 169
Joined: Tue Dec 06, 2011 9:44 pm
Location: Fairbanks, Alaska, USA

Re: Buggy func_door stairs

Post by KroniK »

I would suggest instead of putting them on a team... maybe try naming each one separately and using target relay's to trigger each one of them (all of the target relay's having the same targetname). Or maybe delays instead of relays because then you can time each stair. Not sure if that would fix it but it might be worth a try?
"I still miss my ex girlfriend, but my aim is improving."

User avatar
KroniK
Posts: 169
Joined: Tue Dec 06, 2011 9:44 pm
Location: Fairbanks, Alaska, USA

Re: Buggy func_door stairs

Post by KroniK »

you could also try making them move in the opposite direction and using the start open flag... that could also fix the problem.
"I still miss my ex girlfriend, but my aim is improving."

Post Reply