Changes between Initial Version and Version 1 of Ticket #2273, comment 18


Ignore:
Timestamp:
Mar 17, 2018, 11:40:30 PM (6 years ago)
Author:
alkazar-ipse

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2273, comment 18

    initial v1  
    11if(_tauntsEnabled)
    22{
    3 player types "5" -> convert to "/taunt 5"
    4 player receives "/taunt 5" -> display "<playerName>: taunt 5", play taunt audio file _tauntMapping[5-1] saying "I need metal"
     3player types "5" -> convert to "/taunt 5";
     4
     5player receives "/taunt 5" -> display "<playerName>: taunt 5", play taunt audio file _tauntMapping[5-1] saying "I need metal";
    56}
    67else
    78{
    8 player types "5" -> send "5"
    9 player receives "/taunt 5" -> display "<playerName>: I need metal", don't play any taunt audio
     9player types "5" -> send "5";
     10
     11player receives "/taunt 5" -> display "<playerName>: I need metal", don't play any taunt audio;
    1012}