 |
Orang Apprentice
Joined: 22 Jul 2004 Posts: 118 Location: USA
|
Posted: Mon Jul 25, 2005 7:56 pm
%class and #class help please? |
ok this is a strange problem
the alias goes as follows:
Code: |
#alias noexp {#IF (%class(Exp)) {#class Tracker|Exp 0;#SEND noexp} {#class Tracker|Exp 1;#SEND noexp}} |
works 50%. if the class is enabled, it disables it like it should.
if its disabled, it does nothing
then if i just type in the stuff instead of have the alias do it, (like this):
Code: |
#IF (%class(Exp)) {#class Tracker|Exp 0;#SEND noexp} {#class Tracker|Exp 1;#SEND noexp} |
then everything works fine..
any ideas? thanks in advance |
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Jul 25, 2005 8:14 pm |
Works fine for me...
|
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
Orang Apprentice
Joined: 22 Jul 2004 Posts: 118 Location: USA
|
Posted: Mon Jul 25, 2005 8:23 pm |
it works just like i had it? wtf why wont it for me...
|
|
|
 |
Orang Apprentice
Joined: 22 Jul 2004 Posts: 118 Location: USA
|
Posted: Mon Jul 25, 2005 8:27 pm |
ohh i figured it out
it disables the class that the alias is in, so the alias cant be parsed
oops lol sorry everyone  |
|
|
 |
|
|