Is it possible to print ANSII characters with ch_printf? I read some posts how to type it so the MUD can handle it, but not displayed via the code. I want to display the Yen symbol, so I tried this:
But it turned out like this:
(If you can't view the above, it was a white rectangle box)
I'm pretty sure something like this is possible. I've seen ANSII characters on this GodWars MUD I played once, had like diamond, triangle and some other symbols.
ch_printf( ch, "Test: %c", 157);But it turned out like this:
Test: (If you can't view the above, it was a white rectangle box)
I'm pretty sure something like this is possible. I've seen ANSII characters on this GodWars MUD I played once, had like diamond, triangle and some other symbols.