• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Multiple Arrays

Status
Not open for further replies.
Level 16
Joined
Jun 25, 2008
Messages
1,043
Though this may be a really stupid question, But I'm gonna post it anyway.

Is there any way to make one variable use more than one Integer array value?

for example, I got this:
  • Set Row1Point[1] = (Center of region)
But I want it to be like this:
  • Set Row1Point[1][1] = (Center of region)
 
Status
Not open for further replies.
Top