- Joined
- Jul 10, 2007
- Messages
- 6,306
Ok, after seeing someone completely fail project 3 for a variety of reasons, I've decided to issue some hints.
Project 3 answer only uses 1 array
if you are using more than 1 array, you have done it incorrectly
if you try to use array indexes like scalars, you will be failed (like in lieu of the limit on var declaration)
Project 3 answer does not have any SUPER long boolean expressions, like length of 15 chained ors. If you've done that, you've done it wrong (even tho it'll work).
The use of BJs are obviously not allowed
Be sure to follow behavior in pics on removal/creation too.
edit
you may only store data in those variables, so the use of things like SetUnitData or hashtables are not allowed.
Project 3 answer only uses 1 array
if you are using more than 1 array, you have done it incorrectly
if you try to use array indexes like scalars, you will be failed (like in lieu of the limit on var declaration)
Project 3 answer does not have any SUPER long boolean expressions, like length of 15 chained ors. If you've done that, you've done it wrong (even tho it'll work).
The use of BJs are obviously not allowed
Be sure to follow behavior in pics on removal/creation too.
edit
you may only store data in those variables, so the use of things like SetUnitData or hashtables are not allowed.
Last edited: