message

  1. bWolfie

    Display channel MessageDelay

    In the following code in channel.c, when your tick is not at 0 it will direct you to message 1455, "You're talking too fast!"     if (sd && chan->msg_delay != 0      && DIFF_TICK(sd->hchsysch_tick + chan->msg_delay*1000, timer->gettick()) > 0      &&amp...
  2. J

    Vending Sales List Message

    Can anyone please tell me how to edit the "Sales List" message shown when vending, it looks like this: I want to change the text like so, ~~~~~~~~~~Shop List~~~~~~~~~~ <Item Name> : <Price> Points ea Current Points : <#CASHPOINTS> ~~~~~~~~~~~~~~~~~~~~~~~~~~~ I tried...
Back
Top