oOCyraXOo
05-09-2003, 11:34 PM
i was just thinking it would be nice to be able to type a tilde in the message box and having it show. is there something you can type to make a tilde show up.
kinda like making a / show up in a System.out line in java.
cyclonite
05-10-2003, 10:35 PM
I'm guessing the \ symbol would work. Tribes uses that
eg. exec("folder\\script.cs");
the \ comes before the other \ because i think the \ is a reserved symbol.
I tried having a ~ in my nick once but in game it turned out as a *.
Shinigami
05-10-2003, 10:37 PM
You can't use lots of special characters in your name that you can still say in game. I dunno about using a "~" though.
advisory
05-10-2003, 10:41 PM
You can't type the ~, I dont think.
But, it might be possible through a script? Not sure, haven't tried it.
edit: Try the 'say' function:
say(1, "~Que pasa ese~");
I'm not sure if thats the format, doing it off of the top of my head.