• 🏆 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!

Variables

Status
Not open for further replies.
Level 17
Joined
Mar 21, 2011
Messages
1,597
Hi
simple question:
of course i use more than 1 point (location) variable in my map.
my question is:
should i create 1 variable for every use of 1 point?
or sould i create 1 variable and do array and use this one for everything?
Example:
2 Variables:
RegionAlliance = Center of Region 001
RegionHorde = Center of Region 002
1 Variable with Array:
RegionAllianceHorde[1] = Center of Region 001
RegionAllianceHorde[2] = Center of Region 002
 
Status
Not open for further replies.
Top