Lua:SmartSpeak
From Fortress Forever Wiki
Jump to navigationJump to search
SmartSpeakPlays one vox sentence for a specified player, another for that player's teammates, and another for the other team(s). This command is out-of-date. For default, randomized CTF announcements, use Lua:RandomFlagTouchSpeak instead. UsageSmartSpeak(player, "CTF_YOUGOTFLAG", "CTF_GOTFLAG", "CTF_LOSTFLAG") Input
Use entries from FortressForever\scripts\sentences.txt. OutputReturns: nothing ExampleSmartSpeak(player, "CTF_YOUGOTFLAG", "CTF_GOTFLAG", "CTF_LOSTFLAG") --"you have the enemy flag"/"Your team has the enemy flag"/"The enemy has your flag" |