• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Variables

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