What's the character limit again?
Annddd...
If I were to make ASCII art (not a TON, just like... each item/gold etc.) with a starcraft RPG, using non-detailed ascii, would I hit my limit fast?
On that note, do SPACES count as a character? I know spaces are NOT a character normally, "_" is though. But in Staredit, are BLANK SPACES counted as 1 character?
" Hi" = 5 characters - - - "Hi" = 2 characters
I think that the character limit is 65535. Ask DT_Bk, I think he was telling people about it.
But you should be fine.
65535 should be the limit. I doubt you'll surpass it with all your strings.
Spaces count as characters, colour marks count as characters, everything does except for 'nothing'.
The string size limit for all strings is 524280 bits. Since charaters use up 8 bits, the character limit is, in effect 65535. As stated, spaces are characters.