// #autoload // #name = LoadoutSay // #version = 1.2 // #date = March 30, 2002 // #author = Paul Tousignant // #warrior = UberGuy (FT) // #email = uberguy@tribes2.org // #web = http://uberguy.tribes2.org // #description = Announce your loadout's name after you buy it at the inventory station. // #category = UberGuy's Scripts // #status = Release // #include = support/callback.cs // #include = support/loadout.cs // #include = support/weapon_list.cs // #include = support/flood_protect.cs // #include = support/mission_callbacks.cs LoadoutSay.cs Version 1.2 by UberGuy (FT) - uberguy@tribes2.org 08/17/2002 REQUIRES: Writer's Support Pack =============================== http://uberguy.tribes2.org/files/support/support.vl2 Update 1.2 (08/17/2002) ========== Added cancellation of the announcment on player death and map end. Update 1.1 (05/15/2002) ========== Changed scripts announcments to have a unique identifier that can be found by UberMute. Update 1.0 (03/30/2002) ========== This T2 script auto-announces the name of your loadout after you visit an inventory station. In the interests of making the script non-annoying, it has the following features: * It only announces gear after you step out of a station. * It won't announce anything if your loadout doesn't change when you use the station. * It won't announce anything more often than once per 10 seconds. * It has a toggle (with a keybind named "Loadout Say On/Off") so you can turn it off if it bothers you or anyone else too much. TO INSTALL: =========== Place LoadoutSay.vl2 anywhere under Tribes2\GameData\base. Do the same with Support.vl2 if you haven't already. Play T2! Enjoy!