|
Farek Beginner
Joined: 13 Oct 2004 Posts: 29
|
Posted: Mon Jul 02, 2007 10:37 pm
Problem with #t+ classname. |
I have a problem with #t+/- classname.
Made a folder named classA, inside that one classB.
Now i want to open classb with a trigger but it refuse to work.
ive written it like this
#t+ classb
also ive noticed it refuse to close a class with a trigger also. |
|
|
|
Progonoi Magician
Joined: 28 Jan 2007 Posts: 430
|
Posted: Mon Jul 02, 2007 10:42 pm |
You should use #t- ClassA|ClassB and #t+ ClassA|ClassB.
Prog |
|
_________________ The Proud new owner of CMud.
--------------------------------
Intel Core i5-650 3,2GHz
4 DD3 RAM
GTX 460 768MB
Win 7 Home Premium 64x
-------------------------------- |
|
|
|
Farek Beginner
Joined: 13 Oct 2004 Posts: 29
|
Posted: Mon Jul 02, 2007 10:45 pm |
ah ok, thanks for the help!
|
|
|
|
thegto Beginner
Joined: 12 Jun 2007 Posts: 20
|
Posted: Sat Jul 07, 2007 11:13 am |
I saw someone have { }, is it same effect ?
#t-/+ {ClassA|ClassB} |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Jul 07, 2007 2:12 pm |
Yes, that's exactly the same. You'd need to use the brackets if your class names had spaces in, but nobody uses class names with spaces in :)
|
|
|
|
|
|