- Joined
- Apr 4, 2011
- Messages
- 995
When I make spells, usually I have anywhere from 4-12 real variables. Instead of having all these different variables, I could just have one array called "Real". My question is, which is more efficient to use, multiple real variables or a single real array?