//===========================================================================
//
// Name:		timmbot_t.c
// Function:		New bot character for the Gladiator bot
// Programmer:		Timm Stokke
// Last update:		10. April, 1999.
// Tab Size:		3 (real tabs)
//===========================================================================

#include "ichat.h"

chat "timmbot"
{
	#include "teamplay.h"
	//
	type "enter_game"
	{
	} //end type
	type "exit_game"
	{
		"later guys!"
		"i'll wh00p cha later"
		"gotta fly.."
		"my mom has to frag some.."
		"hasta la pasta"
	} //end type
	type "start_level"
	{
	} //end type
	type "end_level"
	{
		"good game, all!"
		"oh, that was fun!"
		"gg"
		"sweet game"
		"I rocked j00, no?"
	} //end type
	type "death_bfg"
	{
		"wussies gun.."
		"duh.. and were's the fun in that?"
		"you don't know how to aim, do ya?"
		"the newbies gun.. yeah!"
		"everyone can do that!"
		"dammit!"
		"killed by the wuss gun.. damn!"
		"oh, lord.."
	} //end type
	type "death_insult"
	{
	} //end type
	type "death_praise"
	{
		"whoa, that was a good one!"
		"SWEET YIKES!"
		"ooohh.. sweet"
		"nice.. real nice"
		"getting better, yes!"
		"nice one, mate!"
		"ROCK!"
	} //end type
	type "kill_insult"
	{
	} //end type
	type "kill_praise"
	{
		"ROCK!"
		"/me puts the smack down.."
	} //end type
	type "kill_telefrag"
	{
	} //end type
	type "random_insult"
	{
	} //end type
	type "random_misc"
	{
		"i will own j00!"
		"uhm.. well.."
		"give it to me baby!"
		"hit me baby one more time.."
		"yeahs"
		"aaaaarrrrrrrgggghhhh"
		"ph34r me! (yes, really!)"
		"I'm really much more sexy in reallife! (yeah, really!)"
	} //end type
}//end chat timmbot
