Forum

> > CS2D > Scripts > remove bot moving
Forums overviewCS2D overview Scripts overviewLog in to reply

English remove bot moving

5 replies
To the start Previous 1 Next To the start

old remove bot moving

dragon_soldier12
User Off Offline

Quote
hello peeps, Im currently making a new mod for CS2D
and got some bot following script but problem here is. how do i remove the script from AI file the makes the bot move and automatically anoyingly roam around.




if theres any problem trying to understand what im trying to say. just comment, i will say it more detailed

old Re: remove bot moving

KiRa_3
User Off Offline

Quote
In the cs2d folder there is a
• SYS folder
• GFX folder
• SFX folder
• BOT folder

and others, you can remove the things inside the BOT folder, but I'm not sure if they stop moving.

old Re: remove bot moving

dragon_soldier12
User Off Offline

Quote
the post was kinda bit useless, not trying to offend you but.
i already mentioned, The StandardAI.lua. all i need. how i remove line that make the bot moves and roams around


EDT:
don't matter i got it sorted.

old Re: remove bot moving

Gajos
BANNED Off Offline

Quote
If someone needs a quick answer, write on thread cs2d Script support
1
2
3
4
5
6
7
8
9
mov = {}
addhook('move','mov.move')
mov.move = function(id)
	if player(id,'bot') then
		if player(id,'speedmod') ~= -100 then
			parse('speedmod '..id..' -100')
		end
	end
end

old Re: remove bot moving

ohaz
User Off Offline

Quote
@user Gajos: Your script doesn't help at all. He wants the bots to follow him and (because of that) wants to find and replace the lines in the bot AI script that makes them roam.
Your script would not make them move at all.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview