// War.cfg //Echo "*************Running war.cfg*************" set skin eva-01/eva-01 // Win95 key off //set win_noalttab 1 // Drop Ammo alias drop_stuff "Echo Nothing Selected" alias drop_rockets "Echo Drop 5 Rockets?;alias drop_change drop_cells;alias drop_stuff drop rockets" alias drop_cells "Echo Drop 50 Cells?;alias drop_change drop_bullets;alias drop_stuff drop cells" alias drop_bullets "Echo Drop 50 Bullets?;alias drop_change drop_rockets;alias drop_stuff drop bullets" alias drop_change "drop_rockets" // *** Key Bindings *** bind 1 "Say_Team Defending with %t" bind 2 "say_team INCOMING enemy - FRONT way" bind 3 "say_team INCOMING enemy - BACK way" bind 4 "say_team Regroup back at our base." bind t "messagemode" bind y "messagemode2" bind f2 "drop_change" bind f3 "drop_stuff" bind f4 "Say_Team I'm Going after flag." bind f5 "say_team Set for attack %l" bind f6 "say_team Attack NOW!" bind f7 "say_team Have flag, need assistance %l" bind f8 "say_team Recover our flag!" bind g "say_team Jump if you need %w ammo" bind b "say_team I need %w ammo" bind v "say_team Roger" bind h "say hehehe" // Memory aid. //g for jump, b for beg, v for verify, h for hehehe. // Power_Shield Drop Notification Alias alias drop_pshield "say_team Dropped Power Shield %L; drop power shield" bind 5 drop_pshield // Quad Drop Notify Alias alias drop_quad_damage "Say_Team Dropped Quad %L; drop quad damage" bind 6 "drop_quad_damage" // In Harmer.cfg //bind e "use Power Shield" //bind q "use Quad Damage" // Tech Drop Notify Alias alias "DropTech" "Say_team Dropped %T %L ; drop tech" bind 7 "DropTech"