Wtf. (help)

wiseguy149

Emperor of Entities and Amateur of Aesthetics
May 12, 2009
103
220
So I have a trigger_multiple in my map, with some outputs for OnTouching and OnNotTouching.

The thing is, when I call TouchTest on it, neither of those outputs are fired.



Can anyone help me?

(btw I don't have it disabled)
 
Last edited:

Nutomic

L11: Posh Member
Feb 7, 2009
888
177
Im pretty sure a trigger_multiple only has the output ONTouch, not OnTouchING, an OnNotTouching doeasnt exist either. (Only the Outputs in the dropdown-menu will work, and if its red, something is wrong.
 

wiseguy149

Emperor of Entities and Amateur of Aesthetics
May 12, 2009
103
220
Yeah, all the inputs and outputs are valid. It is the TouchTest input and yes, the OnTouching and OnNotTouching outputs are right
 

Terr

Cranky Coder
aa
Jul 31, 2009
1,590
410
Maybe it's magically broken in TF2? I'll try it out when I get home.
 

Terr

Cranky Coder
aa
Jul 31, 2009
1,590
410
Not sure what to tell you: It works for me. I have a three game_text entities, a trigger, and a timer.

The timer runs every 5 seconds, and first makes "testing..." display. Two seconds later, it makes the trigger do it's test. Then the trigger determines whether to print "Filled" or "Empty".