When typing some numbers+letter combinations in "anything = anything" or "anything not = anything" blocks it returns a compilation error:
So far I discovered it happens with any number (even more digits such as 2365d) followed by a "d" or a "f". Wrapping inside a "as a text" block doesn't fix it.
Do not happens with a "d" of a "f" on their own.
Code: [Select]
Source/scripts/Design_888_888_showAds.hx:116: characters 20-21 : Unexpected d
Source/scripts/Design_888_888_showAds.hx:116: characters 20-21 : Missing ;
Source/scripts/Design_888_888_showAds.hx:116: characters 21-22 : Unexpected )
Looking on the code tab I found out that the "" are missing. (see attached screenshots)So far I discovered it happens with any number (even more digits such as 2365d) followed by a "d" or a "f". Wrapping inside a "as a text" block doesn't fix it.
Do not happens with a "d" of a "f" on their own.