Forums Index >> Modding >> Talking Bots Script
Page : <1> :
Heh very nice 187 I already re-wrote it from the dso alone.... Heh well nice job some advanced coding in there wow! I guess those TGE demo scripts are really helpfull. Dang I wish I had you on my development team :'( oh well ill be off to work now.
--ishbuu
Heh.
I saw that on your infiltrater map yesterday, thats a great idea.
Where did you get that idea?
JK2?
JA?
Oh, if you dont know what JK2 or JA is, click here.
187, I am confused, do we put the code on your website IN the.mis file or do we put the codes inside the prefs.cs then make the talking bots dso in the game/server/scripts folder? Help!
@mark|bot|
Save the dso file in your game/server/scripts folder. Put this line in either your prefs.cs file or you're mis file.
Exec("game/server/scripts/talkingbots.cs");
These lines you put at the end of your.mis file if you want to change what the bots say. You just change the word text to whatever you want the bots to say. If you don't care what the bots say then you don't even need to use these lines.
$bronzeheavykilled = "text";
$bronzeheavykiller = "text";
$silverheavykilled = "text";
$silverheavykiller = "text";
$goldheavykilled = "text";
$goldheavykiller = "text";
$bronzelightkilled = "text";
$bronzelightkiller = "text";
$silverlightkilled = "text";
$silverlightkiller = "text";
$goldlightkilled = "text";
$goldlightkiller = "text";
$bronzemediumkilled = "text";
$bronzemediumkiller = "text";
$silvermediumkilled = "text";
$silvermediumkiller = "text";
$goldmediumkilled = "text";
$goldmediumkiller = "text";
Hmm 187 cna you email me about he scrip I gotta question on ti... I tried decoding it.....and to see how if a the bots can talk the whole game. And throught the next is taht possible because it isnt working at my server.! Ty you know the password to my mod thanks alot bye!
FatLips
Lol. Gotta love that. Just remember, this ain't orbz! ;)
Page : <1> :
A while back Spunky had a great idea...talking bots. I thought it was cool so I developed it and it is available for download now. It can be edited so that each bot will say what you want. Thanks spunky!
Files
***187