So, how does one put a
"
in a Display or in a dialog.Ã, I couldn't find how to do something like that anywhere.
There are two approaches:
1. Try DisplaySpeech(EGO, "It says \"Ugly!\""); // inside a string, use \"
2. Write DisplaySpeech(EGO, "It says {Beautiful!}");
and edit the font (using Radiant's font editor for example) replacing { with “ and } with â€.
Steve
thanks, I've been programming in DELPHI too long...
I was trying
"and he said, ""no no no"""
etc etc
I completly forgot the c++ syntax