|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue Dec 05, 2006 12:45 am
[1.19] Events and #T+ |
Using #T+ in an event creates a new folder instead of enabling the trigger with the same "ID". Havnt checked this with classes just trigger ids
#TRIGGER "test" {^just a trigger} {just some garbage}
#T- Test
#EVENT someevent {#T+ test}
#RAISE someevent
output: class test is created
expected: trigger test gets enabled |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Dec 05, 2006 7:49 pm |
Nexela, I think there must be something messed up in your installation. I just tried this example and it worked fine for me. Again, I ran CMUD, closed the session window, and entered:
#TRIGGER "test" {^just a trigger} {just some garbage}
#T- Test
#EVENT someevent {#T+ test}
#RAISE someevent
into the command line and pressed Enter. I didn't get any "test" class created, and it seemed to properly enable the test trigger. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue Dec 05, 2006 11:55 pm |
Ok I just did a reinstall of Cmud and this is not happening anymore.
|
|
|
|
|
|