mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-10-28 00:26:57 +00:00
rename to bot events
This commit is contained in:
@@ -233,9 +233,9 @@ BotStopMoving( what )
|
||||
/*
|
||||
Notify the bot chat message
|
||||
*/
|
||||
BotNotifyBotChat( msg, a, b, c, d, e, f, g )
|
||||
BotNotifyBotEvent( msg, a, b, c, d, e, f, g )
|
||||
{
|
||||
self notify( "bot_chat", msg, a, b, c, d, e, f, g );
|
||||
self notify( "bot_event", msg, a, b, c, d, e, f, g );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user