[0.11.21] concatenation problems
Posted: Thu Apr 16, 2015 2:31 pm
I think we have forgot to report this. concatenation does not work with print and setgoaldescription -methods.
End result for these console commands is empty string.
Example picture in this post
End result for these console commands is empty string.
Code: Select all
/c game.player.setgoaldescription({"", "qwerty", "QWERTY"})
/c game.player.print({"", "qwerty", "QWERTY"})