Author |
Message |
Topic: #capture windows |
psyber624
Replies: 2
Views: 5963
|
Forum: zMUD General Discussion Posted: Mon Sep 19, 2005 4:08 am Subject: #capture windows |
Thanks, that got it ;) |
Topic: Creating a list from the contents of a container |
psyber624
Replies: 20
Views: 26699
|
Forum: zMUD General Discussion Posted: Mon Sep 19, 2005 4:07 am Subject: Creating a list from the contents of a container |
That is screwing you up because the line
#TRIGGER {$} {#FORALL @cardlist {#if !%ismember( {%i}, @containerlist) {#ECHO %i}};#T- Smurf}
THis line triggers at the end of the line. but since you giv ... |
Topic: Variable Multiline triggers using Keywords. |
psyber624
Replies: 5
Views: 5872
|
Forum: zMUD General Discussion Posted: Sun Sep 18, 2005 5:08 am Subject: Variable Multiline triggers using Keywords. |
my recommendation is simillar to xena pans, but more focused. Instead of putthing the whole phrase in there, put the pertinent info. For instance..
{ear|hand|leg|right|left|....., then use wild cards ... |
Topic: IF Command |
psyber624
Replies: 12
Views: 9142
|
Forum: zMUD General Discussion Posted: Sun Sep 18, 2005 4:10 am Subject: IF Command |
Well, id really need to see the whole body of this to be sure, but you could use nested ifs to take care of this situation. As follows:
#IF (%4 = '') {} {#IF (%4 = porcupine) {get porcupine}} |
Topic: #capture windows |
psyber624
Replies: 2
Views: 5963
|
Forum: zMUD General Discussion Posted: Sat Sep 17, 2005 4:14 pm Subject: #capture windows |
Im having a problem. I use capture windows to catch tells, auctions and such. This works fine when i have created them, but after i close zmud and start again it treats these windows like mud windows. ... |
|