|
Larkin Wizard
Joined: 25 Mar 2003 Posts: 1113 Location: USA
|
Posted: Wed Jan 03, 2007 4:21 pm
[1.24] #RESET doesn't work on classes inside modules |
To create the variable:
Code: |
#MODULE MyModule
#CLASS MyClass
#VAR MyVar 2 0
#CLASS 0
#MODULE 0 |
To test the problem:
Code: |
#SHOW @MyVar
#RESET MyClass
#SHOW @MyVar |
I've also tried making an alias in the module to reset the class "locally," and it still had no effect. |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Thu Jan 04, 2007 11:21 am |
Confirmed.
|
|
_________________ Taz :) |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Jan 17, 2007 8:53 pm |
Added to bug list.
|
|
|
|
|
|