Some bot chatter foundations

This commit is contained in:
ineed bots
2022-04-17 13:15:38 -06:00
parent 551e01326d
commit b6e06f73f4
4 changed files with 227 additions and 0 deletions

View File

@@ -2158,6 +2158,8 @@ movetowards( goal )
randomDir = self getRandomLargestStafe( stucks );
self BotNotifyBotChat("stuck");
self botMoveTo( randomDir );
wait stucks;
self stand();