someperson
Member
Hey, I was wondering if variable arrays can be used in RMXP in the event variables. You know, like having num[2] = num[0] + num[1] instead of me having to make all these variables. I tried to test it but it seems to just treat the [ ] as part of its name and no way to change it. I know it can be done in scripting but I can't script so that's why I'm asking if it can be done in events.