Author Topic: Elevator Question  (Read 1472 times)

abnormal

  • Autococker
  • Posts: 649
Elevator Question
« on: March 30, 2009, 10:28:59 AM »
Hi, theres a lil problem with elevators..
When you're above an elevator it starts moving. Wouldn't it be possible to start its moving as lately as you touch it?

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Elevator Question
« Reply #1 on: March 30, 2009, 11:39:27 AM »
Moving this to Mapping as this is an entity question and not a bug or feature.

_burnt

  • Autococker
  • Posts: 698
Re: Elevator Question
« Reply #2 on: March 30, 2009, 12:48:30 PM »
Use somekind of trigger or like button or something. I think that should work.

abnormal

  • Autococker
  • Posts: 649
Re: Elevator Question
« Reply #3 on: March 31, 2009, 06:20:54 AM »
Use somekind of trigger or like button or something. I think that should work.
I know that I can use a button but in other games it moves simply when you touch it not when you're above it.
I first started thinking about it when I saw a new map aoe (anywhere on earth) http://dplogin.com/forums/index.php?topic=16884.0;topicseen
when someone camps flag you're not possible to get up from low non-jump way because the elevator still goes up..

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Elevator Question
« Reply #4 on: March 31, 2009, 10:53:53 AM »
If you don't make the trigger, the trigger is automatically generated, and I think it follows the entire path of the elevator. You could set a trigger_multiple right on top of the platform's lowered position and have that trigger it instead.

abnormal

  • Autococker
  • Posts: 649
Re: Elevator Question
« Reply #5 on: April 04, 2009, 10:52:32 AM »
If you don't make the trigger, the trigger is automatically generated, and I think it follows the entire path of the elevator. You could set a trigger_multiple right on top of the platform's lowered position and have that trigger it instead.
Thanks, I'll try it.