Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
Assets
Summary
This produces the comma warning (inside a transacts/decides function)
ScreenX >= 0.0, ScreenX <= 1.0, ScreenY >= 0.0, ScreenY <= 1.0
I don’t see any new line seperator here, shouldn’t produce a warning
The warning fixes when you do this
ScreenX >= 0.0
ScreenX <= 1.0
ScreenY >= 0.0
ScreenY <= 1.0
Which obviously not the best method to write it
Steps to Reproduce
This produces the comma warning (inside a transacts/decides function)
ScreenX >= 0.0, ScreenX <= 1.0, ScreenY >= 0.0, ScreenY <= 1.0
Expected Result
I don’t see any new line seperator here, shouldn’t produce a warning
Observed Result
Produces a warning
Platform(s)
PC