If player in training area stop bot/start trace

after the execution of this the bot spams “stop bot” is there a nicer way ?

Of course, you can easily add an extra condition after the player in training area which is “Botting”. It should stop spamming stop bot. You can see sample condition below.

thats what i did and then the bot spams nonstop “stop bot”

Show your conditions

we got it set like this :

if dead - go town
if dead - stop trace
if in town - start bot
if player in training area - stop bot
if player in training area - start trace that player

then it spams “stop bot” all the time while in training area and tracing the taxi char.

Showing them would be better, looks like you need to combine your conditions and see the suggestion above. Your problem is that your condition remains true even when the bot is stopped. If you add the “if botting” like suggested above your conditions no long remains true after the bot is stopped.

can you give me an example because im not really getting that. sorry

He did above. If player in range == xxxx & botting > stop bot

think i got it thx

You should add “Botting” condition also :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.