#3805: AI chat not shown on the screen
--------------------+-------------------------------------
 Reporter:  NoQ     |             Owner:
     Type:  bug     |            Status:  new
 Priority:  normal  |         Milestone:  unspecified
Component:  other   |           Version:  git/master
 Keywords:          |        Blocked By:
 Blocking:          |  Operating System:  All/Non-Specific
--------------------+-------------------------------------
 Even though all eventChat()s are triggered correctly, words spoken by an
 AI player in a skirmish match are not currently shown on the player's
 screen.

 Here is a simple AI to test:


 {{{
 function talk()
 {
         chat(ALL_PLAYERS,me+" fdsfgs");
         debug(me);
 }
 function eventStartLevel()
 {
         setTimer("talk",5000);
 }
 }}}

-- 
Ticket URL: <http://developer.wz2100.net/ticket/3805>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Project
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Warzone2100-project mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-project

Reply via email to