Im using GTK radiant 1.5 to make a Jedi Outcast MP map. I want to have this one collection of brushes contstantly moving up and down so as to crush anyone who goes under it. Ive looked at making a func_plat type elevator but it will only work if someone is standing on it, whih wont do. Now im thinking of making it a 2 point func-train thats constantly moving, except I dont know how to connect the func_train entity (A big snowman) to the two path_corners. My one other option was to make a script for the brushes using BeHaved/the Icarus Manual. Ive got the script written, but I dont know how to apply it to the brushes I want. Any advice?