Author |
Message |
Topic: Variable Multiline triggers using Keywords. |
Maruchan
Replies: 5
Views: 5889
|
Forum: zMUD General Discussion Posted: Sun Sep 18, 2005 5:12 am Subject: Variable Multiline triggers using Keywords. |
%pos( @stringlist, @triggerlines) doesn't work, from what I tried. |
Topic: Help with %pos and NOT. |
Maruchan
Replies: 1
Views: 2699
|
Forum: zMUD General Discussion Posted: Sat Sep 17, 2005 1:54 pm Subject: Help with %pos and NOT. |
How would I change this so that if @chest is in @knighttemp AND @nervehit is NOT in @knighttemp things are true.
#if (%pos( @chest, @knighttemp) AND %pos( @nervehit, @knighttemp)) {
I've trie ... |
Topic: Variable Multiline triggers using Keywords. |
Maruchan
Replies: 5
Views: 5889
|
Forum: zMUD General Discussion Posted: Sat Sep 17, 2005 12:30 pm Subject: Variable Multiline triggers using Keywords. |
Would %looplines work here? It says match pattern over N lines (only stops matching when used in multistate trigger)
And the three lines can vary greatly between weapons, weapontypes, hacking/cutti ... |
Topic: IF Command |
Maruchan
Replies: 12
Views: 9176
|
Forum: zMUD General Discussion Posted: Sat Sep 17, 2005 11:58 am Subject: IF Command |
Perhaps, #if %word( "porcupine", %4) {get porcupine} help there.
Edit: Hrm, I didn't read it fully. You would need to store the fourth line somehow. I don't know how that would be done, without mor ... |
Topic: Variable Multiline triggers using Keywords. |
Maruchan
Replies: 5
Views: 5889
|
Forum: zMUD General Discussion Posted: Fri Sep 16, 2005 6:33 pm Subject: Variable Multiline triggers using Keywords. |
I'm in a dilemma. I wrote a trigger to parse up to three lines of text, and search for keywords to indicate certain afflictions. However it is not working, and I figured someone with a keener eye migh ... |
|