I need to format a message so that it is prepended with a semicolon in order to configure an array. How do I do this in Vanilla?
e.g, [; tableName 0 1 2 3 4(
I am able to get [tableName 0 1 2 3 4( but can't figure out how to prepend with ";"
Any leads?