|
fjonas Newbie
Joined: 07 Dec 2004 Posts: 5
|
Posted: Tue Dec 07, 2004 9:52 am
Problems with disable objects in a class |
Hello,
When I disable a class with:
#T- {classname}
it only disables the class and classscript. All triggers in the class is still active and will trigger. How can I disable the class and all objects in it? From what I understand the #T- should do this?
I tried a workaround in an alias:
#alias aliasname {#T- {classname};#T- {trigger1} "classname"}
This doesn´t work either!! *grumble*
The command #T- {trigger1} "classname" works wine if sent from the commandline. I might add the alias contain variables and even more than one trigger. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Dec 07, 2004 10:15 am |
When a class is disabled its contents are not used. Effectively everything in it is disabled.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
fjonas Newbie
Joined: 07 Dec 2004 Posts: 5
|
Posted: Tue Dec 07, 2004 11:04 am Hmm |
Hmm, you are indeed correct! It seem another error in my script caused my problems. Thank you for your reply!
|
|
|
|
Firey Wanderer
Joined: 30 Dec 2003 Posts: 61 Location: Norway
|
Posted: Wed Dec 15, 2004 12:17 pm |
You probably got two of the triggers or something....
|
|
|
|
|
|