I been changing the ways my channels look when used and they work except for what the player who typed it sees
for example: if Joe chats Hi he sees [chat] $n : Hi and others see [chat] Joe : Hi
i tried different variables there, but I cant get it to display anything. Is there some little thing to put in to make the code work?
btw heres the code :
for example: if Joe chats Hi he sees [chat] $n : Hi and others see [chat] Joe : Hi
i tried different variables there, but I cant get it to display anything. Is there some little thing to put in to make the code work?
btw heres the code :
case CHANNEL_CHAT:
set_char_color( AT_GOSSIP, ch );
ch_printf( ch, "[%s] $n : %s\n\r", verb, argument );
sprintf( buf, "[%s] $n : $t", verb );
break;