Radio events loopback

This commit is contained in:
mittorn 2017-01-09 19:46:21 +00:00
parent 5a1d8fac0e
commit 2cd47e3bcf
1 changed files with 3 additions and 0 deletions

View File

@ -1131,6 +1131,7 @@ bool BotStatement::Update()
// use the standard radio
me->GetChatter()->ResetRadioSilenceDuration();
// me->SendRadioMessage(radioEvent);
TheBots->OnEvent( radioEvent, me );
duration = 2.0f;
}
}
@ -1164,6 +1165,7 @@ bool BotStatement::Update()
if (filename == NULL)
{
GameEventType radioEvent = phrase->GetRadioEquivalent();
if (radioEvent == EVENT_INVALID)
{
// skip directly to the next phrase
@ -1172,6 +1174,7 @@ bool BotStatement::Update()
else
{
// me->SendRadioMessage(radioEvent);
TheBots->OnEvent( radioEvent, me );
//me->GetChatter()->ResetRadioSilenceDuration();
duration = 2.0f;