mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 07:09:11 +00:00
init chatter
This commit is contained in:
parent
2335b10891
commit
6490b7ca8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@
|
||||
!/raw/maps/mp/
|
||||
/raw/maps/mp/**
|
||||
!/raw/maps/mp/bots/
|
||||
!/raw/maps/mp/bots/_bot_chat.gsc
|
||||
!/raw/bw-assets
|
||||
!/raw/bots.txt
|
||||
!/out
|
||||
|
3114
raw/maps/mp/bots/_bot_chat.gsc
Normal file
3114
raw/maps/mp/bots/_bot_chat.gsc
Normal file
File diff suppressed because it is too large
Load Diff
@ -8157,7 +8157,7 @@ bot_grnd_loop()
|
||||
if ( self HasScriptGoal() && self GetScriptGoal() == goal )
|
||||
self ClearScriptGoal();
|
||||
|
||||
self BotNotifyBotEvent( "grnd", "start", "stop" );
|
||||
self BotNotifyBotEvent( "grnd", "stop", "cap" );
|
||||
}
|
||||
|
||||
return;
|
||||
|
4
raw/scripts/bots_chat.gsc
Normal file
4
raw/scripts/bots_chat.gsc
Normal file
@ -0,0 +1,4 @@
|
||||
init()
|
||||
{
|
||||
level thread maps\mp\bots\_bot_chat::init();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user