//THF Tactical Communication Script 1.1 by AiRdAncE[MAX]
//Edited by LD DraX {P-R} drax@hereticii.com
//Visit MAX'99 at http://194.134.146.170
//THF site at http://www.hereticii.com/THF/ 
//
//SCRIPT DEFINITIONS
//Edit these to your likings :)
//and then rename to thfcom.scr
//then execute it by typing exec thfcom.scr in console
//
set key1 1
set key2 2
set key3 4
set key4 5
set togglekey 6
set helpkey 7
//
// HELP MESSAGES
//
set msg1 "healme; say_team My health is failing!!  I need a Cleric!!"
set msg2 "armorme; say_team My armor is damaged, I need a Blacksmith!!"
set msg3 "deffort; say_team I'm solo at the fortress, require assistance A.S.A.P."
set msg4 "helpme; say_team I'm under heavy fire, request backup!!"
//
// TACTICAL MESSAGES
//
set msg5 "say_team Somebody grab the light!!"
set msg6 "say_team Guard their base, we shall smash them where they spawn!"
set msg7 "follow; say_team Cover me, I'm going in!!"
set msg8 "say_team We must fall back now, we'll reclaim the fortress later..."
//
// STARTING MESSAGES
//
set msg9 "greet; say Greetings..."
set msg10 "say_team Are you in need of a specific class?"
set msg11 "haha; say I have crossed over, and have changed teams."
set msg12 "haha; say_team I have decided to try a new profession...  err..  class"
//
// VICTORY MESSAGES
//
set msg13 "haha; say Wow, you're gonna feel that in the morning!!"
set msg14 "haha; say Ewww.. that looks pretty painful..  Are you alright?  No?  Good."
set msg15 "haha; say Come join with us, perhaps next time you may live longer that way.... :)"
set msg16 "haha; say Perhaps now you shall realise who truly rules Parthoris..."
//
// FUN MESSAGES
//
set msg17 "LOL, I LOVE this game!!"
set msg18 "KickAss!!!!"
set msg19 "Everybody having fun ???"
set msg20 "This sure spices up my life :))"
//
// CONGRATS MESSAGES
//
set msg21 "gjob; say Excellent Job!"
set msg22 "Great game! :)"
set msg23 "Incredible"
set msg24 "Magnificient, but your Victory shall not last!"
//
// ACKNOWLEDGE MESSAGES
//
set msg25 "noprob; say_team En route!"
set msg26 "noprob; say_team Acknowledged..."
set msg27 "noprob; say_team Aye....  I've got it covered"
set msg28 "noprob; say_team Affirmative"
//****-*********** DO NOT EDIT BELOW THESE LINES **********-****
//
//
echo ""
echo " THF Tactical Communication Script 1.1 by AiRdAncE[MAX] "
echo " (C)1999 by AiRdAncE[MAX].All rights reserved.          "
echo " Edited by LD DraX {P-R} drax@hereticii.com.            "
echo ""
echo " "
echo      Helpkey: $helpkey                
echo      Togglekey: $togglekey           
echo      Messagekey 1: $key1            
echo      Messagekey 2: $key2             
echo      Messagekey 3: $key3      
echo      Messagekey 4: $key4  
echo " "
echo "Current mode:"
say Greetings.  I am utilizing an edited version of AiRdAncE[MAX]'s THF TCS, now with Voice Message compatibility.  Edited by LD DraX {P-R}.
//
// *** MAIN ROUTINE ***
//
alias tog1 "alias tog tog2;alias hlp hlp1;bind $key1 $sm $msg1;bind $key2 $sm $msg2;bind $key3 $sm $msg3;bind $key4 $sm $msg4;echo HELP";
alias hlp1 "echo mode: HELP;echo ;echo $msg1;echo $msg2;echo $msg3;echo $msg4"
alias tog2 "alias tog tog3;alias hlp hlp2;bind $key1 $sm $msg5;bind $key2 $sm $msg6;bind $key3 $sm $msg7;bind $key4 $sm $msg8;echo TACT";
alias hlp2 "echo mode: TACT;echo ;echo $msg5;echo $msg6;echo $msg7;echo $msg8"
alias tog3 "alias tog tog4;alias hlp hlp3;bind $key1 $sm $msg9;bind $key2 $sm $msg10;bind $key3 $sm $msg11;bind $key4 $sm $msg12;echo START";
alias hlp3 "echo mode: START;echo ;echo $msg9;echo $msg10;echo $msg11;echo $msg12"
alias tog4 "alias tog tog5;alias hlp hlp4;bind $key1 $msg13;bind $key2 $msg14;bind $key3 $msg15;bind $key4 $msg16;echo VICT";
alias hlp4 "echo mode: VICT;echo ;echo $msg13;echo $msg14;echo $msg15;echo $msg16"
alias tog5 "alias tog tog6;alias hlp hlp5;bind $key1 say $msg17;bind $key2 say $msg18;bind $key3 say $msg19;bind $key4 say $msg20;echo FUN";
alias hlp5 "echo mode: FUN;echo ;echo $msg17;echo $msg18;echo $msg19;echo $msg20"
alias tog6 "alias tog tog7;alias hlp hlp6;bind $key1 $msg21;bind $key2 say $msg22;bind $key3 say $msg23;bind $key4 say $msg24;echo CONGRATS";
alias hlp6 "echo mode: CONGRATS;echo ;echo $msg21;echo $msg22;echo $msg23;echo $msg24"
alias tog7 "alias tog tog1;alias hlp hlp7;bind $key1 $sm $msg25;bind $key2 $sm $msg26;bind $key3 $sm $msg27;bind $key4 $sm $msg28;echo ACK";
alias hlp7 "echo mode: ACK;echo ;echo $msg25;echo $msg26;echo $msg27;echo $msg28"
alias tog tog1
alias hlp hlp1
bind $togglekey "tog"
bind $helpkey "hlp"
tog
echo " "
echo ""
echo " THF TCS Loaded.                                        "
echo ""
echo " "
