- Joined
- Jul 10, 2009
- Messages
- 534
Hi guys,
I just noticed that characters engulfed by square brackets don't show up in a cinematic scene, when letterbox mode is activated.
The code below will only show "AC" ingame.
How can I escape the "[]" so that
Best regards,
Eikonium
I just noticed that characters engulfed by square brackets don't show up in a cinematic scene, when letterbox mode is activated.
The code below will only show "AC" ingame.
JASS:
call ShowInterface(false, 0.)
call SetCinematicScene('npn3', GetPlayerColor(Player(0)), "Title", "A[B]C", 5., 5.)
How can I escape the "[]" so that
"A[B]C"
is fully displayed?Best regards,
Eikonium