JASS:
scope test
globals
private constant string capitals = "ZYXWVUTSRQPONMLKJIHGFEDCBA"
private constant string lowercase = StringCase(capitals, false)
endglobals
endscope
why does this cause a critical error on loading screen? (it doesnt happen when i remove the StringCase call)