Author |
Message |
Topic: Triggering on lines of text that contain @ |
glo
Replies: 5
Views: 2093
|
Forum: zMUD General Discussion Posted: Thu May 09, 2002 9:13 pm Subject: Triggering on lines of text that contain @ |
I tried that without success...
My attempt was:
lastlineoftext01=%stripansi( %quote( {%1}))
It seems like the trigger does not even fire on the line of text at all.
Do I need to change somethi ... |
Topic: Triggering on lines of text that contain @ |
glo
Replies: 5
Views: 2093
|
Forum: zMUD General Discussion Posted: Thu May 09, 2002 7:56 pm Subject: Triggering on lines of text that contain @ |
I have a trigger with a pattern of:
^(*)$
Inside the trigger I try to store the entire line of text into a variable:
lastlineoftext01={%1}
This seems to simply ignore lines of text from the mu ... |
Topic: Multithreaded workaround? |
glo
Replies: 5
Views: 2298
|
Forum: zMUD General Discussion Posted: Tue May 07, 2002 9:36 pm Subject: Multithreaded workaround? |
I found my problem. It seems I broke a cardinal rule and used the #WAIT command. It was in an alias which I thought I had read was ok to do. Because the alias enables a trigger however I think it c ... |
Topic: Multithreaded workaround? |
glo
Replies: 5
Views: 2298
|
Forum: zMUD General Discussion Posted: Mon May 06, 2002 2:04 am Subject: Multithreaded workaround? |
Hi,
I think I'm finally understanding the limitations of the fact that Zmud is not multithreaded. When I execute an alias that fires an ALARM it seem that if some other processing in the alias (a ... |
Topic: Trigger/Alias/Alarm question |
glo
Replies: 1
Views: 1393
|
Forum: zMUD General Discussion Posted: Sun May 05, 2002 4:28 am Subject: Trigger/Alias/Alarm question |
Hi all,
I have a major issue with understanding the interaction that I am seeing.
I have an alias that goes to a mob and says a given piece of text. The idea is that I want to know that I am th ... |
Topic: Trigger loops |
glo
Replies: 3
Views: 1931
|
Forum: zMUD General Discussion Posted: Wed May 01, 2002 4:46 am Subject: Trigger loops |
Thanks for the feedback. I changed the code within the trigger to be:
#var currentlinetext {%1}
#if (@linenumber = 1) {
lastlineoftext = currentlinetext
linenumber=2
}{#if (@linenumber = ... |
Topic: Trigger loops |
glo
Replies: 3
Views: 1931
|
Forum: zMUD General Discussion Posted: Wed May 01, 2002 3:35 am Subject: Trigger loops |
I'm trying to check the last X lines of text in an alias to see if a room has certain mobs in a given order. I have tried the following trigger to read the last 3 lines of text from the mud into 3 va ... |
|