Trigger Event - Help

Jul 6, 2015
1,425
819
I am working on my first TF2 map called: cp_rockbottom
In this map, there is an oil field in the center that will serve as the mid capture point.
When this point is captured, I would like to know if its possible for oil to shoot up through the point, forcing everyone up that is on the point or to shove them off the point.
 

Izotope

Sourcerer
aa
May 13, 2013
698
764
particles & push triggers/apply impulse triggers

You need a custom particle system, because afaik there's no particle that looks like oil shooting up.
For the shoving off part, just make a trigger_apply_impulse and give it the "ApplyImpulse" input whenever you want people to be pushed away.