* You are only allowed to use the value 5 *one* time, and you may
* only use the value 5
*
* All other values must come from variables
So what counts as using the value 5?
Does the use of a number when accessing an array count as the use of a value? ex. GetUserUnitData(units[5])
//Unit may be a value
//Is A may be a value
//[ ] may be a value
//-> may be a value
//" " may be a value
What does this mean? It may be a value? And why would I use "Is A" when it's not part of the final display?
* only use the value 5
*
* All other values must come from variables
So what counts as using the value 5?
Does the use of a number when accessing an array count as the use of a value? ex. GetUserUnitData(units[5])
//Unit may be a value
//Is A may be a value
//[ ] may be a value
//-> may be a value
//" " may be a value
What does this mean? It may be a value? And why would I use "Is A" when it's not part of the final display?