|
aedron Beginner
Joined: 29 Nov 2008 Posts: 20
|
Posted: Sat Nov 29, 2008 3:47 am
Enable/disable classes/subclasses |
Hello all.
I have a trigger which disables a class (let's call it Afflictions). In this class there are subclasses (let's call them lowaffliction, mediumaffliction, largeaffliction). I was under the impression that if I used #T- to disable class Afflictions, it would also disable the classes within it (lowaffliction, mediumaffliction, largeaffliction) however this is not the case. Is there a way I could do this? Or do I need to turn them all off separately (which i'm trying to avoid).
Thanks in advance! |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sat Nov 29, 2008 3:50 am |
It does disable it - you're disabling the parent folder, which will disable everything in it. It just won't show as disabled. Now, if triggers are firing with the class disabled, then there might be a problem and we can do a workaround for you.
Charneus |
|
|
|
aedron Beginner
Joined: 29 Nov 2008 Posts: 20
|
Posted: Sat Nov 29, 2008 4:06 am |
Oh? Alright! Thank you!
I'm going to check if the reflexes in the subclasses are still firing. If so I'll post again. Thanks again. |
|
|
|
|
|