Forum

> > CS2D > Scripts > bot can saying ?
Forums overviewCS2D overview Scripts overviewLog in to reply

English bot can saying ?

7 replies
To the start Previous 1 Next To the start

old bot can saying ?

PlayerQ
User Off Offline

Quote
hello all how can we do
can give the bot saying?
who know the lua
plese teach/help me
sorry my bad engilsh
thank

old Re: bot can saying ?

Alistaire
User Off Offline

Quote
You can't, but you can fake it.

1
2
3
4
5
for _, id in pairs(player(0, 'table')) do
	if player(id, 'bot') then
		parse('msg "©'.((player(id, 'team') == 1) and "255000000" or (player(id, 'team') == 2) and "000000255" or "255255255").player(id, 'name').'©255255255: Stuff"')
	end
end

For example.

old Re: bot can saying ?

Rainoth
Moderator Off Offline

Quote
Search file archive. I remember seeing a script where bots can talk with you. They learn automatically or something like that.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview