#define's are used to define a word (MAX_SOMETHING) to a value (10). Every time MAX_SOMETHING appears in the script, regardless of whether or not it is used as a variable, it will be replaced with 10. These cannot be changed once they are created. What you want are variables:
Code:
new max_something = 10;
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS