Trigger_teleport toggle on/off or Movable?
Posted: Sun Dec 07, 2014 3:18 pm
Hi,
I am wonder, is it possible to make Trigger_teleport toggle on/off or Movable?
My point is to either make it able to be triggerable by other entity ex: func_delay so it could be on or off on the map, or at least trigger it to move away same as func_door function does.
is it possible to write such new functionality in my own mod source or not?
I've been looking forward to it, but couldnt make it to happen,
I have problems with code that check for last target entity key
for ex: an func_delay entity triggered by button holds an key of: toggle_tele 0 which would tell the targeted trigger_teleport to switch to disabled status
other func_delay triggered by other button would hold key toggle_tele 1 which would set same trigger_teleport entity to be enabled again and teleport any player to its desired location.
if that would not be possible, then my last hope is to set Move function so whole trigger_teleport would move out of its original location on demand.
if anyone knows something about this idea, please answer
I am wonder, is it possible to make Trigger_teleport toggle on/off or Movable?
My point is to either make it able to be triggerable by other entity ex: func_delay so it could be on or off on the map, or at least trigger it to move away same as func_door function does.
is it possible to write such new functionality in my own mod source or not?
I've been looking forward to it, but couldnt make it to happen,
I have problems with code that check for last target entity key
for ex: an func_delay entity triggered by button holds an key of: toggle_tele 0 which would tell the targeted trigger_teleport to switch to disabled status
other func_delay triggered by other button would hold key toggle_tele 1 which would set same trigger_teleport entity to be enabled again and teleport any player to its desired location.
if that would not be possible, then my last hope is to set Move function so whole trigger_teleport would move out of its original location on demand.
if anyone knows something about this idea, please answer
