|
Firey Wanderer
Joined: 30 Dec 2003 Posts: 61 Location: Norway
|
Posted: Wed May 05, 2004 11:47 am
Achaea Anti-Illusions |
Hello!
I've figured the basic of the anti Illusion, but I need to disable the triggers for about 0.5 seconds so I don't eat the herb etc...
However, I don't know how to disable all the triggers in the pattern of a trigger...
I've tried this:
PATTERN:
#t- (class)
#WAIT 500
#t+ (class)
But I don't think it will disable it fast enough either..
Anyone knows if there is a way to make the triggers react faster?
And anyone knows if there's a way to disable all the triggers?
And yea, they cannot use the equilibrium before balance, so it won't be much danger of disableing all of them.... Most people don't regain balance after 0.5 sec. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Thu May 06, 2004 12:32 am |
#t- Class
#alarm "enableclass" {+.5} {#T+ class} |
|
|
|
Firey Wanderer
Joined: 30 Dec 2003 Posts: 61 Location: Norway
|
Posted: Sat May 08, 2004 10:09 pm |
umm.... on the: #alarm "enableclass" {+.5} {#T+ class}. It says that it got something wrong at the {#T+ Class} thing...
And I should switch the Class in {#T+/- Class} to the class I want disabled, yes? |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sat May 08, 2004 10:29 pm |
It may just be me but I have NO clue what your trying to say..... but if I am assumming right
#HELP T-
1. There are no errors in that line as far as I can tell it is what you want
2. Yes change class to the name of the class/id you want to disable
Also a better way to do this would be
#TRIGGER {text to trigger on} {#t- classname}
#COND {} {#T+ classname} {wait|param=500}
Where param=#ofmillisecond
500=.5 seconds
1000=1 second
5000=5 seconds |
|
|
|
|
|