Can Func_button And/remove Func_illusionary?

DeathToll_DavidDeathToll_David Join Date: 2002-11-09 Member: 7902Members
Trying to find away to make a button add and remove a forcefield around an area.

See shot below for an explanation.

<img src='http://www.hlbumpercars.com/ns_distress8.gif' border='0' alt='user posted image'>

Comments

  • RhoadsToNowhereRhoadsToNowhere i r 8 Join Date: 2002-01-24 Member: 33Members
    I'd say the best way to "remove" a func_illusionary is to use an env_render that targets the illusionary, and sets its render mode to Texture, with a value of 0. That'll make it completely invisible. Unfortunately, I don't know if it's possible to use this to make the func_illusionary reappear. What you could do is use a func_wall_toggle. This will clip the player as well as providing a visible barrier, and when triggered it'll disappear.
  • DeathToll_DavidDeathToll_David Join Date: 2002-11-09 Member: 7902Members
    That worked perfectly. Thanks man.
  • Carbon14Carbon14 Join Date: 2002-07-29 Member: 1025Members, Retired Developer
    <!--QuoteBegin--RhoadsToNowhere+Jan 15 2003, 10:56 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (RhoadsToNowhere @ Jan 15 2003, 10:56 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->I'd say the best way to "remove" a func_illusionary is to use an env_render that targets the illusionary, and sets its render mode to Texture, with a value of 0. That'll make it completely invisible. Unfortunately, I don't know if it's possible to use this to make the func_illusionary reappear. What you could do is use a func_wall_toggle. This will clip the player as well as providing a visible barrier, and when triggered it'll disappear.<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    With the illusionary and env_render you would need to target another env render with a full fx value to make it reapear again.

    I have a force field in my map that if you bump into it or walk through it (using trigger presence) the force field pulses bright blue and the fades back to almost invisible. this however uses 6 entities for the effect, so maybe I'll just do one force field like that <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' valign='absmiddle' alt='wink.gif'><!--endemo-->
Sign In or Register to comment.