// mannworks fix by randomguy WaveSchedule { PointTemplates { ICanFixHer // Spawn cliff fix by randomguy { // trigger_push // { // targetname testpush // origin "-100 -1260 512" // mins "-200 -200 0" // maxs "200 200 25" // pushdir "-40 -160 0" // speed 120 // 520 // 680 // spawnflags 1 // filtername bot_medic_filter // } trigger_push { targetname leftpush origin "-300 2150 500" mins "-200 -200 -200" maxs "200 200 25" pushdir "0 -50 0" speed 150 // 120 // 520 // 680 spawnflags 1 filtername spawn_push_filter // bot_nopush_filter // bot_bluteam_filter // bot_giant_filter } // trigger_push // { // targetname leftpush_wtf // why did they suddenly make a new softlock lol // origin "-325 2542 680" // mins "-50 -50 -5" // maxs "50 50 5" // pushdir "0 -100 0" // speed 520 // 680 // spawnflags 1 //// filtername bot_giant_filter // } // It was me. I invented the softlock. trigger_push { targetname rightpush origin "1550 2150 480" mins "-210 -200 -210" maxs "210 210 25" pushdir "-40 -160 0" speed 150 // 120 // 520 // 680 spawnflags 1 filtername spawn_push_filter // bot_nopush_filter // bot_bluteam_filter // bot_giant_filter } filter_multi { targetname spawn_push_filter Filter01 bot_nopush_filter // bot_giant_filter Filter02 bot_bluteam_filter // Filter03 bot_medic_filter } // I wanted to push out medics w their patients as well as giants. // wait what am i doing i can just give medics bot_giant this was a complete waste of time filter_tf_bot_has_tag { targetname bot_nopush_filter Tags bot_nopush require_all_tags 1 Negated 1 } filter_activator_tfteam { targetname bot_bluteam_filter TeamNum 3 } // filter_tf_class // Documentation for this is not great. VDC doesn't tell you what "tfclass" is called internally so i had to search vmfs to figure it out. Oh well! // { // targetname bot_medic_filter // tfclass 5 // } } } SpawnTemplate ICanFixHer }