The string sugar for copytext does not behave the same as copytext and throws a poorly named exception.
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
"str"[4] // Throws list index out of bounds
copytext("str", 4, 5) // Outputs ""
Expected Results:
Either it outputs an empty string like copytext(), or atleast the runtime is named better.
Actual Results:
It doesnt do those things
Does the problem occur:
Every time? Or how often? yeah
In other games? yeah
In other user accounts? yreah
On other computers? yeahhhhhh
When does the problem NOT occur? never
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? idk
Workarounds: no