|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Fri Sep 10, 2004 6:19 pm
#trigger syntax |
Hello,
Does anyone know if #TRIGGER {} {hello} {} is a valid trigger?
The issue is that if you make a trigger with the pattern "} {hello" this strange-looking #trigger is added to the class path. |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Fri Sep 10, 2004 7:10 pm Re: #trigger syntax |
I think you will need to quote the braces.
#TRIGGER {~} ~{hello} {} "" |
|
|
|
|
|