• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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