SetSpeechStyle(SpeechStyle)
Changes the way in which speech text is displayed. This modifies the setting
originally set in the editor. SpeechStyle can be:
eSpeechLucasarts
speech text over character's head
eSpeechSierra
close-up portrait of character
eSpeechSierraWithBackground
close-up portrait + background window for text
eSpeechFullScreen
QFG4-style full screen dialog pictures
Example:
SetSpeechStyle(eSpeechSierra);
will change the speech style to a close up portrait of the character.
|