My bot works but he doesn't talk. This is what I put into "BOTAPAC":
Code:
[IntroStrings]
"It's showtime!"
"ApacheJoe-Leader standing by!"
[FragStrings]
"BOOM! Hahahaha!!!"
"Anotherone bites the dust!"
"Hastalavista, baby!"
[KilledStrings]
"They came from behind!!!"
"IT'S A TRAP!"
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARGH!!!!"
"That was luck."
[RoamingStrings]
"You're a funny guy $player_inlead , that's why I'm going to kill you last."
"Flying this low, always makes me nervous."
"Autoaim is for cowards."
"Where's the A-Team music?"
[EnragedStrings]
"ENOUGH IS ENOUGH!"
"I've had it with these MOTHERFUCKING SNAKES on this MOTHERFUCKING PLANE."
[WinStrings]
"YOU. ARE. TERMINATED."
"Remember when promised to kill you last? I LIED."
[LoseStrings]
"I'll get my revenge!"
"I'LL BE BACK."
And this is what I put into BOTINFO:
Code:
{
name = "\cnApacheJoe"
accuracy = 4
intellect = 4
evade = 2
anticipation = 1
reactiontime = 4
perception = 1
favoriteweapon = "FireStormWep"
color = "00 00 00"
gender = "male"
skin = "ApacheJoe"
class = "Megaman"
revealed = true
script = "humanbot"
chatlump = "chats/BOTAPAC"
chatfrequency = 50
}
Why isn't he talking?