News
Introduction

Scripts:
Team Comms
General Comms
Weapons
Movement
Setup
Demos
Miscellanious

Other Stuff:
Full Packages
How To
Submit

  ___

Click here to learn how to use this webpage



Basic Scripts:
Keypad Phrases #1
Automatic Cycling Taunts #1

Advanced Scripts:
Automatic Cycling Taunts #2

Basic Scripts
The following scripts are written to be easy to modify. Usually, if you want to rebind one of these scripts to a different key, you will only have to change it in one place. This is not the most efficeint way to do it, but is fine for beginners who only want to use the scripts, not understand how they work. Copy the stuff in brown into your autoexec to use these scripts. If you want to put the script on a different key or keys, modify the part that says "bind f4 reportin". If, for instance, you want 'report in' to be on 'i', change it to "bind i reportin". Usually, all the bind's will be at the end of the script. If you use the default keys, it will not be necessary to alter these scripts.


Keypad Phrases #1 by Colm

This script will say various phrases by pressing various keys on the keypad.

//Keypad Phrases #1
bind KP_END "say Nice shot!"
bind KP_DOWNARROW "say crap."
bind KP_PGDN "say lol"
bind KP_LEFTARROW "say Wow, nice."
bind KP_5 "say darn."
bind KP_RIGHTARROW "say hehe"
bind KP_HOME "say Wow, that was cool."
bind KP_UPARROW "say drat."
bind KP_PGUP "say hahahaha"


Automatic Cycling Taunts #1 by Colm

This script will cycle through a list of taunts and obscene guestures when you press H (for hate). This allows you to quickly spout off, without sounding repedative. WARNING: overuse of this script may result in hurt feelings, loss of friends, and banning from servers. Use with moderation. To use, copy the following lines into your autoexec.cfg:


//AutoTaunt #1
alias taunt1 "say : Game Over!; alias autotaunt taunt2"
alias taunt2 "say : Thats what you get for being in the wrong place at the wrong time.; alias autotaunt taunt3"
alias taunt3 "say : Hear that? That's the sound of you dying.; alias autotaunt taunt4"
alias taunt4 "say : Hurry up and Respawn so I can kill you again!; alias autotaunt taunt5"
alias taunt5 "say : Was it as good for you as it was for me?; alias autotaunt taunt6"
alias taunt6 "say : Next time, just run away.; alias autotaunt taunt1"
alias autotaunt taunt1
bind h autotaunt



Advanced Scripts
This section contains scripts are the most efficient forms of the basic scripts, as well as scripts that are too complex for beginners. The 'efficient' ones are more difficult to modify, but they take less space in memory. Furthermore, There is a limit to how many aliases Half Life can load. Using fewer aliases in scripts lowers the chance that you will hit this limit. You need to understand how scripts work in order to use these. Click
here to learn.


Automatic Cycling Taunts #2 submitted by Mloclam

This is the more efficient version of the script.
//Autotaunt #2
alias taunt1 "say : Game Over!; bind h taunt2"
alias taunt2 "say : Thats what you get for being in the wrong place at the wrong time.; bind h taunt3"
alias taunt3 "say : Hear that? That's the sound of you dying.; bind h taunt4"
alias taunt4 "say : Hurry up and Respawn so I can kill you again!; bind h taunt5"
alias taunt5 "say : Was it as good for you as it was for me?; bind h taunt6"
alias taunt6 "say : Next time, just run away.; bind h taunt1"
bind h taunt1

Best viewed 800x600 or higher in IE 4 or higher

All webpages are property of Colm McSky and may not be distributed without permission. All scripts are considered public domain and may be freely distributed. If you see any inaccuracies or errors, please contact Colm McSky.

TC
Since May 3, 2001