Variables

Status
Not open for further replies.
Level 17
Joined
Mar 21, 2011
Messages
1,611
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