|
zeiuszeppo Novice
Joined: 22 Nov 2001 Posts: 48 Location: Italy
|
Posted: Sat Sep 06, 2003 11:44 pm
problem with following mode |
hi guys. I have this problem, when I follow on the mapper
sometimes (specially when lagging) I losr my self in a room
due to "Timer now at 60 secs." message. Look at this example
A trail throught the forest
You are travelling the forest
but sometimes ,this happens
A trail throught the forest
You are Timer now at 60 secs.
travelling the forest
and the mapper miss the location
I tried to add a trigger on the tick timer with #SUB "" but the line get a CR
how can I do? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Sep 07, 2003 8:08 am |
Try turning off the tick message or turning off Echo Messages in Preferences|Script Parser.
|
|
|
|
zeiuszeppo Novice
Joined: 22 Nov 2001 Posts: 48 Location: Italy
|
Posted: Sun Sep 07, 2003 10:50 am |
I need that message, I have some troggers firing with it. There is another way?
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sun Sep 07, 2003 11:07 am |
Try making a trigger that fires off that message and sends the #NOMAP command, so the mapper ignores that line.
|
|
|
|
zeiuszeppo Novice
Joined: 22 Nov 2001 Posts: 48 Location: Italy
|
Posted: Sun Sep 07, 2003 1:05 pm |
i made this trigger, is it right for my problem?
pattern: (*)TICK IN 5 SECONDS.
value: #nomap
#IF (%1!="") {#ECHOprompt %-1}
This way I should rewrite the first part of the line to let the mapper trigger to fire |
|
|
|
|
|