• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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