|
Consts and enums are const values which are replacing script variables at compile-time, that's why you cannot use consts/enums from other scripts either. The are basicly what "defines" are in C/C++/Pascal etc.
If you want a dynamic variable then create a dynamic variable (this.foo etc.) |
Last edited by Admins; 03-25-2007 at 11:38 PM..
|