So I'm coding the sully menus, right? I have the line:
statpane_x[i] = whitespace_chunk + ((ImageWidth(menu_statpane)+whitespace_chunk)*i);
Which throws the error:
Exiting: vc\menu\menu.vc(312) Unknown variable assignment operator: [
And I'm all like "...what? I've used arrays to great effect elsewhere in this codebase!"
I'm just a bit peeved. I can't figure this one out. It's probably something trivial and dumb, but it's got my goat.
Any ideas?
(Yes, statpane_x is an array.)