It says that you can make 2 tags separated by spaces
It doesn't work
MULTI is enabled in the audio properties
Is this a bug?
maybe not a space should be and something else?
The tags must be different-they are for different purposes!
Moreover, if you do it like this, it works. "123""456"
But if there is a str function instead of a tag the compiler no longer accepts it(and without a space-which contradicts the context hint that it is needed)
This is clearly a bug
On your screenshot, on "Tag", add a space before "audio", so it looks like " audio".
And, before " audio", add &
When construct processes this, it becomes: 50 audio
Your screenshot right now, becomes: 50audio
(50 is an example).