Thanks for your reply. I have re-encoded the sound files using Windows Sound Recorder, and they all play fine. The original files are not in this pak, they are in pak0.pk3 and they don’t play either. The sound pack that I am modifying works already, and it doesn’t have the wm_quickmessage.menu file in it - is this another file I need to modify?
Here are my files:
QM_MENU_START( "wm_quickmessageAlt" )
QM_MENU_ITEM_TEAM( "1. Statements", close wm_quickmessageAlt; open wm_quickstatements_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. Requests", close wm_quickmessageAlt; open wm_quickrequests_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. Commands", close wm_quickmessageAlt; open wm_quickcommand_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Talk", close wm_quickmessageAlt; open wm_quickmisc_alt, "4", 3 )
QM_MENU_ITEM( "5. Global", close wm_quickmessageAlt; open wm_quickglobal_alt, "5", 4 )
QM_MENU_ITEM_TEAM( "6. Function", exec "wm_sayPlayerClass"; close wm_quickmessageAlt, "6", 5 )
QM_MENU_ITEM_TEAM( "7. Objectives", close wm_quickmessageAlt; open wm_quickobjectives_alt, "7", 6 )
QM_MENU_ITEM_TEAM( "8. XxxX Sounds", close wm_quickmessageAlt; open wm_quickelite_alt, "8", 7 )
QM_MENU_ITEM_TEAM( "9. XxxX ClanPicks", close wm_quickmessageAlt; open wm_quickelitefirst_alt, "9", 8 )
QM_MENU_END
QM_MENU_START( "wm_quickstatements_alt" )
QM_MENU_ITEM_TEAM( "1. Path Cleared.", exec "VoiceTeamChat PathCleared"; close wm_quickstatements_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. Enemy Weak!", exec "VoiceTeamChat EnemyWeak"; close wm_quickstatements_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. All Clear", exec "VoiceTeamChat AllClear"; close wm_quickstatements_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Incoming", exec "VoiceTeamChat Incoming"; close wm_quickstatements_alt, "4", 3 )
QM_MENU_ITEM_TEAM( "5. Fire In The Hole!", exec "VoiceTeamChat FireInTheHole"; close wm_quickstatements_alt, "5", 4 )
QM_MENU_ITEM_TEAM( "6. I'm Defending.", exec "VoiceTeamChat OnDefense"; close wm_quickstatements_alt, "6", 5 )
QM_MENU_ITEM_TEAM( "7. I'm Attacking.", exec "VoiceTeamChat OnOffense"; close wm_quickstatements_alt, "7", 6 )
QM_MENU_ITEM_TEAM( "8. Taking Fire!", exec "VoiceTeamChat TakingFire"; close wm_quickstatements_alt, "8", 7 )
QM_MENU_ITEM_TEAM( "9. Mines Cleared", exec "VoiceTeamChat MinesCleared"; close wm_quickstatements_alt, "9", 8 )
QM_MENU_ITEM_TEAM( "0. Enemy Disguised", exec "VoiceTeamChat EnemyDisguised"; close wm_quickstatements_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickrequests_alt" )
QM_MENU_ITEM_TEAM( "1. Need Medic!", exec "VoiceTeamChat Medic"; close wm_quickrequests_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. Need Ammo!", exec "VoiceTeamChat NeedAmmo"; close wm_quickrequests_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. Need Backup!", exec "VoiceTeamChat NeedBackup"; close wm_quickrequests_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Need Engineer!", exec "VoiceTeamChat NeedEngineer"; close wm_quickrequests_alt, "4", 3 )
QM_MENU_ITEM_TEAM( "5. Cover Me!", exec "VoiceTeamChat CoverMe"; close wm_quickrequests_alt, "5", 4 )
QM_MENU_ITEM_TEAM( "6. Hold Fire!", exec "VoiceTeamChat HoldFire"; close wm_quickrequests_alt, "6", 5 )
QM_MENU_ITEM_TEAM( "7. Where To?", exec "VoiceTeamChat WhereTo"; close wm_quickrequests_alt, "7", 6 )
QM_MENU_ITEM_TEAM( "8. Need Covert Ops!", exec "VoiceTeamChat NeedOps"; close wm_quickrequests_alt, "8", 7 )
QM_MENU_END
QM_MENU_START( "wm_quickcommand_alt" )
QM_MENU_ITEM_TEAM( "1. Follow Me!", exec "VoiceTeamChat FollowMe"; close wm_quickcommand_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. Let's Go!", exec "VoiceTeamChat LetsGo"; close wm_quickcommand_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. Move!", exec "VoiceTeamChat Move"; close wm_quickcommand_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Clear The Path!", exec "VoiceTeamChat ClearPath"; close wm_quickcommand_alt, "4", 3 )
QM_MENU_ITEM_TEAM( "5. Defend Objective!", exec "VoiceTeamChat DefendObjective"; close wm_quickcommand_alt, "5", 4 )
QM_MENU_ITEM_TEAM( "6. Disarm Dynamite!", exec "VoiceTeamChat DisarmDynamite"; close wm_quickcommand_alt, "6", 5 )
QM_MENU_ITEM_TEAM( "7. Clear Mines!", exec "VoiceTeamChat ClearMines"; close wm_quickcommand_alt, "7", 6 )
QM_MENU_ITEM_TEAM( "8. Reinforce Offense", exec "VoiceTeamChat ReinforceOffense"; close wm_quickcommand_alt, "8", 7 )
QM_MENU_ITEM_TEAM( "9. Reinforce Defense", exec "VoiceTeamChat ReinforceDefense"; close wm_quickcommand_alt, "9", 8 )
QM_MENU_ITEM_TEAM( "0. Go Undercover", exec "VoiceTeamChat FTGoUndercover"; close wm_quickcommand_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickmisc_alt" )
QM_MENU_ITEM_TEAM( "1. Yes", exec "VoiceTeamChat Affirmative"; close wm_quickmisc_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. No", exec "VoiceTeamChat Negative"; close wm_quickmisc_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. Thanks", exec "VoiceTeamChat Thanks"; close wm_quickmisc_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Welcome", exec "VoiceTeamChat Welcome"; close wm_quickmisc_alt, "4", 3 )
QM_MENU_ITEM_TEAM( "5. Sorry", exec "VoiceTeamChat Sorry"; close wm_quickmisc_alt, "5", 4 )
QM_MENU_ITEM_TEAM( "6. Oops", exec "VoiceTeamChat Oops"; close wm_quickmisc_alt, "6", 5 )
QM_MENU_END
QM_MENU_START( "wm_quickglobal_alt" )
QM_MENU_ITEM( "1. Yes", exec "VoiceChat Affirmative"; close wm_quickglobal_alt, "1", 0 )
QM_MENU_ITEM( "2. No", exec "VoiceChat Negative"; close wm_quickglobal_alt, "2", 1 )
QM_MENU_ITEM( "3. Enemy Weak", exec "VoiceChat EnemyWeak"; close wm_quickglobal_alt, "3", 2 )
QM_MENU_ITEM( "4. Hi", exec "VoiceChat Hi"; close wm_quickglobal_alt, "4", 3 )
QM_MENU_ITEM( "5. Bye", exec "VoiceChat Bye"; close wm_quickglobal_alt, "5", 4 )
QM_MENU_ITEM( "6. Great Shot", exec "VoiceChat GreatShot"; close wm_quickglobal_alt, "6", 5 )
QM_MENU_ITEM( "7. Cheer", exec "VoiceChat Cheer"; close wm_quickglobal_alt, "7", 6 )
QM_MENU_ITEM( "8. More Globals", close wm_quickglobal_alt; open wm_quickglobal2_alt, "8", 7 )
QM_MENU_ITEM( "9. *Xx SFX xX*", close wm_quickglobal_alt; open wm_quickxsfx_alt, "9", 8 )
QM_MENU_ITEM( "0. SHUT UP", close wm_quickglobal_alt; open wm_quickshutup_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickglobal2_alt" )
QM_MENU_ITEM( "1. Thanks", exec "VoiceChat Thanks"; close wm_quickglobal2_alt, "1", 0 )
QM_MENU_ITEM( "2. Welcome", exec "VoiceChat Welcome"; close wm_quickglobal2_alt, "2", 1 )
QM_MENU_ITEM( "3. Oops", exec "VoiceChat Oops"; close wm_quickglobal2_alt, "3", 2 )
QM_MENU_ITEM( "4. Sorry", exec "VoiceChat Sorry"; close wm_quickglobal2_alt, "4", 3 )
QM_MENU_ITEM( "5. Hold Fire!", exec "VoiceChat HoldFire"; close wm_quickglobal2_alt, "5", 4 )
QM_MENU_ITEM( "6. Good Game", exec "VoiceChat GoodGame"; close wm_quickglobal2_alt, "6", 5 )
QM_MENU_END
QM_MENU_START( "wm_quickxsfx_alt" )
QM_MENU_ITEM( "1. Belch", exec "VoiceChat belch"; close wm_quickxsfx_alt, "1", 0 )
QM_MENU_ITEM( "2. Fart", exec "VoiceChat fart"; close wm_quickxsfx_alt, "2", 1 )
QM_MENU_ITEM( "3. Puke", exec "VoiceChat puke"; close wm_quickxsfx_alt, "3", 2 )
QM_MENU_ITEM( "4. Tarzan", exec "VoiceChat tarzan"; close wm_quickxsfx_alt, "4", 3 )
QM_MENU_ITEM( "5. Roadrunner", exec "VoiceChat roadrunner"; close wm_quickxsfx_alt, "5", 4 )
QM_MENU_ITEM( "6. Succatash", exec "VoiceChat succatash"; close wm_quickxsfx_alt, "6", 5 )
QM_MENU_ITEM( "7. That's All Folks", exec "VoiceChat porky"; close wm_quickxsfx_alt, "7", 6 )
QM_MENU_ITEM( "8. Beer", exec "VoiceChat beer"; close wm_quickxsfx_alt, "8", 7 )
QM_MENU_ITEM( "9. Pity the Fool!", exec "VoiceChat a-team"; close wm_quickxsfx_alt, "9", 8 )
QM_MENU_END
QM_MENU_START( "wm_quickobjectives_alt" )
QM_MENU_ITEM_TEAM( "1. Command Acknowledged", exec "VoiceTeamChat CommandAcknowledged"; close wm_quickobjectives_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. Command Declined", exec "VoiceTeamChat CommandDeclined"; close wm_quickobjectives_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. Command Completed", exec "VoiceTeamChat CommandCompleted"; close wm_quickobjectives_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Destroy Primary Objective", exec "VoiceTeamChat DestroyPrimary"; close wm_quickobjectives_alt, "4", 3 )
QM_MENU_ITEM_TEAM( "5. Destroy Secondary Objective", exec "VoiceTeamChat DestroySecondary"; close wm_quickobjectives_alt, "5", 4 )
QM_MENU_ITEM_TEAM( "6. Destroy Construction", exec "VoiceTeamChat DestroyConstruction"; close wm_quickobjectives_alt, "6", 5 )
QM_MENU_ITEM_TEAM( "7. Commencing Construction", exec "VoiceTeamChat ConstructionCommencing"; close wm_quickobjectives_alt, "7", 6 )
QM_MENU_ITEM_TEAM( "8. Repair Vehicle", exec "VoiceTeamChat RepairVehicle"; close wm_quickobjectives_alt, "8", 7 )
QM_MENU_ITEM_TEAM( "9. Disable Vehicle", exec "VoiceTeamChat DestroyVehicle"; close wm_quickobjectives_alt, "9", 8 )
QM_MENU_ITEM_TEAM( "0. Escort Vehicle", exec "VoiceTeamChat EscortVehicle"; close wm_quickobjectives_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickelite_alt" )
QM_MENU_ITEM_TEAM( "1. Advice", close wm_quickelite_alt; open wm_quickadvice_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. Drugs/Party", close wm_quickelite_alt; open wm_quickdrugpart_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. Happy", close wm_quickelite_alt; open wm_quickhappy_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Homos", close wm_quickelite_alt; open wm_quickhomo_alt, "4", 3 )
QM_MENU_ITEM_TEAM( "5. Profane", close wm_quickelite_alt; open wm_quickprofane_alt, "5", 4 )
QM_MENU_ITEM_TEAM( "6. Questions", close wm_quickelite_alt; open wm_quickques_alt, "6", 5 )
QM_MENU_ITEM_TEAM( "7. Sad", close wm_quickelite_alt; open wm_quicksad_alt, "7", 6 )
QM_MENU_ITEM_TEAM( "8. Statements", close wm_quickelite_alt; open wm_quickstate_alt, "8", 7 )
QM_MENU_ITEM_TEAM( "9. XxxX MISC", close wm_quickelite_alt; open wm_quickmiscx_alt, "9", 8 )
QM_MENU_ITEM_TEAM( "0. Song Clips", close wm_quickelite_alt; open wm_quicksongx_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickadvice_alt" )
QM_MENU_ITEM( "1. Mellow Out", exec "voiceChat Kylemel"; close wm_quickadvice_alt, "1", 0 )
QM_MENU_ITEM( "2. Shut Up", exec "voiceChat Shutupb"; close wm_quickadvice_alt, "2", 1 )
QM_MENU_ITEM( "3. Dick's Bigger", exec "voiceChat Dickbig"; close wm_quickadvice_alt, "3", 2 )
QM_MENU_ITEM( "4. You Can Do IT", exec "voiceChat Ucandoit"; close wm_quickadvice_alt, "4", 3 )
QM_MENU_ITEM( "5. Shove Up Your Butt", exec "voiceChat Upurbutt"; close wm_quickadvice_alt, "5", 4 )
QM_MENU_ITEM( "6. Make My Day", exec "voiceChat Makeday"; close wm_quickadvice_alt, "6", 5 )
QM_MENU_ITEM( "7. Buy a Bra", exec "voiceChat buybra"; close wm_quickadvice_alt, "7", 6 )
QM_MENU_ITEM( "8. Hurry Up and Lose!", exec "voiceChat hurryup"; close wm_quickadvice_alt, "8", 7 )
QM_MENU_ITEM( "9. Just Do IT!", exec "voiceChat justdoit"; close wm_quickadvice_alt, "9", 8 )
QM_MENU_ITEM( "0. Balsac", exec "voiceChat BallSack"; close wm_quickadvice_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickdrugpart_alt" )
QM_MENU_ITEM( "1. FOODFIGHT!", exec "voiceChat Foodfite"; close wm_quickdrugpart_alt, "1", 0 )
QM_MENU_ITEM( "2. Fat Drunk and Stupid", exec "voiceChat Thrulife"; close wm_quickdrugpart_alt, "2", 1 )
QM_MENU_ITEM( "3. Bud", exec "voiceChat Rosebud"; close wm_quickdrugpart_alt, "3", 2 )
QM_MENU_ITEM( "4. Let's Party", exec "voiceChat Party"; close wm_quickdrugpart_alt, "4", 3 )
QM_MENU_ITEM( "5. Pussy Pussy Pussy", exec "voiceChat Pussy"; close wm_quickdrugpart_alt, "5", 4 )
QM_MENU_ITEM( "6. I'm so High Right Now", exec "voiceChat High"; close wm_quickdrugpart_alt, "6", 5 )
QM_MENU_ITEM( "7. TogaToga!", exec "voiceChat Togax2"; close wm_quickdrugpart_alt, "7", 6 )
QM_MENU_ITEM( "8. I'm not going to Hurt You", exec "voiceChat Nothurt"; close wm_quickdrugpart_alt, "8", 7 )
QM_MENU_ITEM( "9. Excuse Me, Whip this Out", exec "voiceChat Excuseme"; close wm_quickdrugpart_alt, "9", 8 )
QM_MENU_ITEM( "0. Grown Man", exec "voiceChat Grownman"; close wm_quickdrugpart_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickhappy_alt" )
QM_MENU_ITEM( "1. I can Hardly Contain Myself", exec "voiceChat Containm"; close wm_quickhappy_alt, "1", 0 )
QM_MENU_ITEM( "2. Excellent!", exec "voiceChat Excell"; close wm_quickhappy_alt, "2", 1 )
QM_MENU_ITEM( "3. Good News!", exec "voiceChat Goodnews"; close wm_quickhappy_alt, "3", 2 )
QM_MENU_ITEM( "4. Bring It ON, woman!", exec "voiceChat bringiton"; close wm_quickhappy_alt, "4", 3 )
QM_MENU_ITEM( "5. Victory is Mine!", exec "voiceChat Victory"; close wm_quickhappy_alt, "5", 4 )
QM_MENU_ITEM( "6. Beavis Laugh", exec "voiceChat Bblf"; close wm_quickhappy_alt, "6", 5 )
QM_MENU_ITEM( "7. Dr. Evil Laugh", exec "voiceChat Austinl"; close wm_quickhappy_alt, "7", 6 )
QM_MENU_ITEM( "8. PeeWee", exec "voiceChat Pwlaff"; close wm_quickhappy_alt, "8", 7 )
QM_MENU_ITEM( "9. Nice Beaver", exec "voiceChat Beaver"; close wm_quickhappy_alt, "9", 8 )
QM_MENU_ITEM( "0. Gag", exec "voiceChat Gag"; close wm_quickhappy_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickshutup_alt" )
QM_MENU_ITEM( "1. Ain't Listenin", exec "voiceChat aintlist"; close wm_quickshutup_alt, "1", 0 )
QM_MENU_ITEM( "2. Anybody Care?", exec "voiceChat anybodycare"; close wm_quickshutup_alt, "2", 1 )
QM_MENU_ITEM( "3. Blah Blah Blah", exec "voiceChat blahblah"; close wm_quickshutup_alt, "3", 2 )
QM_MENU_ITEM( "4. Stop Complaining!", exec "voiceChat complain"; close wm_quickshutup_alt, "4", 3 )
QM_MENU_ITEM( "5. Do Not Listen!", exec "voiceChat nolisten"; close wm_quickshutup_alt, "5", 4 )
QM_MENU_ITEM( "6. Speak English!", exec "voiceChat english"; close wm_quickshutup_alt, "6", 5 )
QM_MENU_ITEM( "7. Ever Stop Talking?", exec "voiceChat stoptalk"; close wm_quickshutup_alt, "7", 6 )
QM_MENU_ITEM( "8. Interesting Point", exec "voiceChat point"; close wm_quickshutup_alt, "8", 7 )
QM_MENU_ITEM( "9. Mildly Interesting", exec "voiceChat mildlyint"; close wm_quickshutup_alt, "9", 8 )
QM_MENU_ITEM( "0. Shut Your Pie-Hole", exec "voiceChat piehole"; close wm_quickshutup_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickhomo_alt" )
QM_MENU_ITEM( "1. We're Not Homos...", exec "voiceChat Nothomo"; close wm_quickhomo_alt, "1", 0 )
QM_MENU_ITEM( "2. Homos Naked?", exec "voiceChat homosnaked"; close wm_quickhomo_alt, "2", 1 )
QM_MENU_ITEM( "3. Those Guys Are Fags!", exec "voiceChat Thoseg"; close wm_quickhomo_alt, "3", 2 )
QM_MENU_ITEM( "4. He was Masturbating!", exec "voiceChat Mastur"; close wm_quickhomo_alt, "4", 3 )
QM_MENU_ITEM( "5. Don't Be Gay", exec "voiceChat Dontbe"; close wm_quickhomo_alt, "5", 4 )
QM_MENU_ITEM( "6. Play with myself", exec "voiceChat Playw"; close wm_quickhomo_alt, "6", 5 )
QM_MENU_ITEM( "7. F-ed in the A--", exec "voiceChat Fedina"; close wm_quickhomo_alt, "7", 6 )
QM_MENU_ITEM( "8. I did a poopie!", exec "voiceChat poopie"; close wm_quickhomo_alt, "8", 7 )
QM_MENU_ITEM( "9. Funny Queer", exec "voiceChat Slingbla"; close wm_quickhomo_alt, "9", 8 )
QM_MENU_ITEM( "0. Carnie Rape", exec "voiceChat Circus"; close wm_quickhomo_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickprofane_alt" )
QM_MENU_ITEM( "1. H0lySh!t", exec "voiceChat Holysht"; close wm_quickprofane_alt, "1", 0 )
QM_MENU_ITEM( "2. Nice Going A$$Hole!", exec "voiceChat Nicegoin"; close wm_quickprofane_alt, "2", 1 )
QM_MENU_ITEM( "3. JackA$$", exec "voiceChat Jackass"; close wm_quickprofane_alt, "3", 2 )
QM_MENU_ITEM( "4. You son of a b!tch!", exec "voiceChat sonofbitch"; close wm_quickprofane_alt, "4", 3 )
QM_MENU_ITEM( "5. Oh Sh!t", exec "voiceChat Ohshit"; close wm_quickprofane_alt, "5", 4 )
QM_MENU_ITEM( "6. F*ck You A$$Hole", exec "voiceChat F_u_ahol"; close wm_quickprofane_alt, "6", 5 )
QM_MENU_ITEM( "7. You're F*cking Hacking", exec "voiceChat Fhack"; close wm_quickprofane_alt, "7", 6 )
QM_MENU_ITEM( "8. You DumbA$$", exec "voiceChat Dumbass"; close wm_quickprofane_alt, "8", 7 )
QM_MENU_ITEM( "9. KickA$$!", exec "voiceChat Kickass"; close wm_quickprofane_alt, "9", 8 )
QM_MENU_ITEM( "0. AAAAHHHH!", exec "voiceChat Scream"; close wm_quickprofane_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickques_alt" )
QM_MENU_ITEM( "1. Step on a Duck?", exec "voiceChat Duck"; close wm_quickques_alt, "1", 0 )
QM_MENU_ITEM( "2. Do you Understand?", exec "voiceChat Undrstnd"; close wm_quickques_alt, "2", 1 )
QM_MENU_ITEM( "3. Where are the White Women?", exec "voiceChat Whitewom"; close wm_quickques_alt, "3", 2 )
QM_MENU_ITEM( "4. Wide World of Sports", exec "voiceChat Wwwspts"; close wm_quickques_alt, "4", 3 )
QM_MENU_ITEM( "5. What is Best in Life?", exec "voiceChat Best"; close wm_quickques_alt, "5", 4 )
QM_MENU_ITEM( "6. Vote for Pedro", exec "voiceChat Pedro"; close wm_quickques_alt, "6", 5 )
QM_MENU_ITEM( "7. Chickens have Large Talons?", exec "voiceChat Talons"; close wm_quickques_alt, "7", 6 )
QM_MENU_ITEM( "8. What's Your Name Fatbody?", exec "voiceChat Fatbody"; close wm_quickques_alt, "8", 7 )
QM_MENU_ITEM( "9. Shall we Play a Game?", exec "voiceChat Playgame"; close wm_quickques_alt, "9", 8 )
QM_MENU_ITEM( "0. Seen my Baseball?", exec "voiceChat Baseball"; close wm_quickques_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quicksad_alt" )
QM_MENU_ITEM( "1. It's Not Funny", exec "voiceChat Notfunny"; close wm_quicksad_alt, "1", 0 )
QM_MENU_ITEM( "2. Shot Marvin in the Face", exec "voiceChat Marvin"; close wm_quicksad_alt, "2", 1 )
QM_MENU_ITEM( "3. Dang!", exec "voiceChat Dang"; close wm_quicksad_alt, "3", 2 )
QM_MENU_ITEM( "4. I had the Worst Day Ever!", exec "voiceChat Worstday"; close wm_quicksad_alt, "4", 3 )
QM_MENU_ITEM( "5. You're So Ugly", exec "voiceChat Sougly"; close wm_quicksad_alt, "5", 4 )
QM_MENU_ITEM( "6. You are Pukes!", exec "voiceChat Pukes"; close wm_quicksad_alt, "6", 5 )
QM_MENU_ITEM( "7. This Sucks!", exec "voiceChat Thisucks"; close wm_quicksad_alt, "7", 6 )
QM_MENU_ITEM( "8. Badges?", exec "voiceChat Badges"; close wm_quicksad_alt, "8", 7 )
QM_MENU_ITEM( "9. Breaking my Balls?", exec "voiceChat Balls"; close wm_quicksad_alt, "9", 8 )
QM_MENU_ITEM( "0. You are an Idiot!", exec "voiceChat Idiot"; close wm_quicksad_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickstate_alt" )
QM_MENU_ITEM( "1. We're on a Mission from God", exec "voiceChat Missngod"; close wm_quickstate_alt, "1", 0 )
QM_MENU_ITEM( "2. Feel My Wrath!", exec "voiceChat Feelmy"; close wm_quickstate_alt, "2", 1 )
QM_MENU_ITEM( "3. Get Medieval on your A$$", exec "voiceChat Medieval"; close wm_quickstate_alt, "3", 2 )
QM_MENU_ITEM( "4. Get off me you Bodaggit", exec "voiceChat Bodaggit"; close wm_quickstate_alt, "4", 3 )
QM_MENU_ITEM( "5. Tina you Fat Lard!", exec "voiceChat Tina"; close wm_quickstate_alt, "5", 4 )
QM_MENU_ITEM( "6. Son of a B!tch", exec "voiceChat Cart_sob"; close wm_quickstate_alt, "6", 5 )
QM_MENU_ITEM( "7. CheapA$$ Piece of Crap!", exec "voiceChat Cheapass"; close wm_quickstate_alt, "7", 6 )
QM_MENU_ITEM( "8. Finally get to Kill", exec "voiceChat Finkill"; close wm_quickstate_alt, "8", 7 )
QM_MENU_ITEM( "9. You're Gonna Die Clown!", exec "voiceChat Clown"; close wm_quickstate_alt, "9", 8 )
QM_MENU_ITEM( "0. Die Super-Monkey!", exec "voiceChat monkey"; close wm_quickstate_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickmiscx_alt" )
QM_MENU_ITEM( "1. Zipper", exec "voiceChat Zipper"; close wm_quickmiscx_alt, "1", 0 )
QM_MENU_ITEM( "2. What is the holdup??", exec "voiceChat holdup"; close wm_quickmiscx_alt, "2", 1 )
QM_MENU_ITEM( "3. Screech!", exec "voiceChat Screech"; close wm_quickmiscx_alt, "3", 2 )
QM_MENU_ITEM( "4. Skillz", exec "voiceChat Skills"; close wm_quickmiscx_alt, "4", 3 )
QM_MENU_ITEM( "5. Ripped my Mole Off!", exec "voiceChat Mole"; close wm_quickmiscx_alt, "5", 4 )
QM_MENU_ITEM( "6. Kick my Own A$$", exec "voiceChat Clothes"; close wm_quickmiscx_alt, "6", 5 )
QM_MENU_ITEM( "7. Let's Do that Again!", exec "voiceChat Dothata"; close wm_quickmiscx_alt, "7", 6 )
QM_MENU_ITEM( "8. Squeal!", exec "voiceChat Squeal"; close wm_quickmiscx_alt, "8", 7 )
QM_MENU_ITEM( "9. Mole Mole Mole Mole", exec "voiceChat Asmole"; close wm_quickmiscx_alt, "9", 8 )
QM_MENU_ITEM( "0. Cobra", exec "voiceChat Cobra"; close wm_quickmiscx_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quicksongx_alt" )
QM_MENU_ITEM( "1. Oh Yeah", exec "voiceChat Ohyeah"; close wm_quicksongx_alt, "1", 0 )
QM_MENU_ITEM( "2. Don't Wanna Live 4ever", exec "voiceChat ace"; close wm_quicksongx_alt, "2", 1 )
QM_MENU_ITEM( "3. We Want the Funk", exec "voiceChat funk"; close wm_quicksongx_alt, "3", 2 )
QM_MENU_ITEM( "4. Shut up and Fight", exec "voiceChat hooker"; close wm_quicksongx_alt, "4", 3 )
QM_MENU_ITEM( "5. Jamming", exec "voiceChat jamming"; close wm_quicksongx_alt, "5", 4 )
QM_MENU_ITEM( "6. Big Balls", exec "voiceChat bballs"; close wm_quicksongx_alt, "6", 5 )
QM_MENU_ITEM( "7. Nicotine", exec "voiceChat nicotine"; close wm_quicksongx_alt, "7", 6 )
QM_MENU_ITEM( "8. Hurt Me?", exec "voiceChat hurt"; close wm_quicksongx_alt, "8", 7 )
QM_MENU_ITEM( "9. Won't Do What you Told Me", exec "voiceChat fcku"; close wm_quicksongx_alt, "9", 8 )
QM_MENU_ITEM( "0. Shot a Man in Reno", exec "voiceChat folsom"; close wm_quicksongx_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickelitefirst_alt" )
QM_MENU_ITEM_TEAM( "1. Clan Picks 1", close wm_quickelitefirst_alt; open wm_quickelitepick_alt, "1", 0 )
QM_MENU_ITEM_TEAM( "2. Clan Picks 2", close wm_quickelitefirst_alt; open wm_quickelitepick2_alt, "2", 1 )
QM_MENU_ITEM_TEAM( "3. Clan Picks 3", close wm_quickelitefirst_alt; open wm_quickelitepick3_alt, "3", 2 )
QM_MENU_ITEM_TEAM( "4. Clan Picks 4", close wm_quickelitefirst_alt; open wm_quickelitepick4_alt, "4", 3 )
QM_MENU_END
QM_MENU_START( "wm_quickelitepick_alt" )
QM_MENU_ITEM( "1. *Xx Dr. Deemer xX*", exec "voiceChat xxdeemer"; close wm_quickelitepick_alt, "1", 0 )
QM_MENU_ITEM( "2. *Xx AngryVoodoo xX*", exec "voiceChat xxangry"; close wm_quickelitepick_alt, "2", 1 )
QM_MENU_ITEM( "3. *Xx Lykan xX*", exec "voiceChat xxlykan"; close wm_quickelitepick_alt, "3", 2 )
QM_MENU_ITEM( "4. *Xx TrashCan xX*", exec "voiceChat xxtrash"; close wm_quickelitepick_alt, "4", 3 )
QM_MENU_ITEM( "5. *Xx Mojo xX*", exec "voiceChat xxmojo"; close wm_quickelitepick_alt, "5", 4 )
QM_MENU_ITEM( "6. *Xx Waffen SS xX*", exec "voiceChat xxwaffen"; close wm_quickelitepick_alt, "6", 5 )
QM_MENU_ITEM( "7. *Xx Fane xX*", exec "voiceChat xxfane"; close wm_quickelitepick_alt, "7", 6 )
QM_MENU_ITEM( "8. *Xx Str8tFKNuUP xX*", exec "voiceChat xxstr8"; close wm_quickelitepick_alt, "8", 7 )
QM_MENU_ITEM( "9. *Xx $p0rk xX*", exec "voiceChat xxp0rk"; close wm_quickelitepick_alt, "9", 8 )
QM_MENU_ITEM( "0. *Xx T*MaC xX*", exec "voiceChat xxtmac"; close wm_quickelitepick_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickelitepick2_alt" )
QM_MENU_ITEM( "1. *Xx HolgerDanske xX*", exec "voiceChat xxholger"; close wm_quickelitepick2_alt, "1", 0 )
QM_MENU_ITEM( "2. *Xx El-T0R0 xX*", exec "voiceChat xxtoro"; close wm_quickelitepick2_alt, "2", 1 )
QM_MENU_ITEM( "3. *Xx Bull07 xX*", exec "voiceChat xxbull07"; close wm_quickelitepick2_alt, "3", 2 )
QM_MENU_ITEM( "4. *Xx Wut xX*", exec "voiceChat xxwut"; close wm_quickelitepick2_alt, "4", 3 )
QM_MENU_ITEM( "5. *Xx Fraggy xX*", exec "voiceChat xxfraggy"; close wm_quickelitepick2_alt, "5", 4 )
QM_MENU_ITEM( "6. *Xx Beelzebub xX*", exec "voiceChat xxbeelzebub"; close wm_quickelitepick2_alt, "6", 5 )
QM_MENU_ITEM( "7. *Xx Blackward xX*", exec "voiceChat xxblackward"; close wm_quickelitepick2_alt, "7", 6 )
QM_MENU_ITEM( "8. *Xx $uicide $hift xX*", exec "voiceChat xxshift"; close wm_quickelitepick2_alt, "8", 7 )
QM_MENU_ITEM( "9. *Xx Unknown$oldier xX*", exec "voiceChat xxsoldier"; close wm_quickelitepick2_alt, "9", 8 )
QM_MENU_ITEM( "0. *Xx Jaystew xX*", exec "voiceChat xxjaystew"; close wm_quickelitepick2_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickelitepick3_alt" )
QM_MENU_ITEM( "1. *Xx FoRcE xX*", exec "voiceChat xxforce"; close wm_quickelitepick3_alt, "1", 0 )
QM_MENU_ITEM( "2. *Xx Ac0uA xX*", exec "voiceChat xxacoua"; close wm_quickelitepick3_alt, "2", 1 )
QM_MENU_ITEM( "3. *Xx RockET xX*", exec "voiceChat xxrocket"; close wm_quickelitepick3_alt, "3", 2 )
QM_MENU_ITEM( "4. *Xx Wraith xX*", exec "voiceChat xxwraith"; close wm_quickelitepick3_alt, "4", 3 )
QM_MENU_ITEM( "5. *Xx JROC xX*", exec "voiceChat xxjroc"; close wm_quickelitepick3_alt, "5", 4 )
QM_MENU_ITEM( "6. *Xx a><e xX*", exec "voiceChat xxaxe"; close wm_quickelitepick3_alt, "6", 5 )
QM_MENU_ITEM( "7. *Xx BarneyFife xX*", exec "voiceChat xxfife"; close wm_quickelitepick3_alt, "7", 6 )
QM_MENU_ITEM( "8. *Xx Buddha xX*", exec "voiceChat xxbuddha"; close wm_quickelitepick3_alt, "8", 7 )
QM_MENU_ITEM( "9. *Xx SniperWolf xX*", exec "voiceChat xxwolf"; close wm_quickelitepick3_alt, "9", 8 )
QM_MENU_ITEM( "0. *Xx Squirts xX*", exec "voiceChat xxsquirts"; close wm_quickelitepick3_alt, "0", 9 )
QM_MENU_END
QM_MENU_START( "wm_quickelitepick4_alt" )
QM_MENU_ITEM( "1. *Xx Holocron xX*", exec "voiceChat xxholocron"; close wm_quickelitepick4_alt, "1", 0 )
QM_MENU_ITEM( "2. *Xx Gunner xX*", exec "voiceChat xxgunner"; close wm_quickelitepick4_alt, "2", 1 )
QM_MENU_ITEM( "3. *Xx RaDaR xX*", exec "voiceChat xxradar"; close wm_quickelitepick4_alt, "3", 2 )
QM_MENU_ITEM( "4. *Xx Scooter xX*", exec "voiceChat xxscooter"; close wm_quickelitepick4_alt, "4", 3 )
QM_MENU_ITEM( "5. *Xx RAMPAGE xX*", exec "voiceChat xxrampage"; close wm_quickelitepick4_alt, "5", 4 )
QM_MENU_ITEM( "6. *Xx RT Hunter xX*", exec "voiceChat xxrt"; close wm_quickelitepick4_alt, "6", 5 )
QM_MENU_ITEM( "7. *Xx T~Doggie xX*", exec "voiceChat xxtdoggie"; close wm_quickelitepick4_alt, "7", 6 )
QM_MENU_ITEM( "8. *Xx FaCoL xX*", exec "voiceChat xxfacol"; close wm_quickelitepick4_alt, "8", 7 )
QM_MENU_ITEM( "9. *Xx cHaOs xX*", exec "voiceChat xxchaos"; close wm_quickelitepick4_alt, "9", 8 )
QM_MENU_END