Author |
Message |
Topic: Roomname capture. |
TrEz
Replies: 7
Views: 11952
|
Forum: zMUD General Discussion Posted: Thu Aug 17, 2006 6:38 pm Subject: Roomname capture. |
Captures the last word, or captures every other line that appears on the screen, or captures nothing.. I tried enabling the trigger's class for 1 second, then disabling it again, but I have other text ... |
Topic: Roomname capture. |
TrEz
Replies: 7
Views: 11952
|
Forum: zMUD General Discussion Posted: Thu Aug 17, 2006 2:19 pm Subject: Roomname capture. |
It'll catch single spaces though... And I don't know how much spaces would be in the middle. It might capture only the 1st word of the second part of the line... either way, a simple (*)(%s)(*) doesn' ... |
Topic: Roomname capture. |
TrEz
Replies: 7
Views: 11952
|
Forum: zMUD General Discussion Posted: Thu Aug 17, 2006 8:16 am Subject: Roomname capture. |
It's.. well not much output, when you type "where <mob>", you get the following output:
Tabaxi thief A muddy walkway
or
Tabaxi predictor Inside the Tabaxi Lair ... |
Topic: Apostrophe problems. |
TrEz
Replies: 2
Views: 6576
|
Forum: zMUD General Discussion Posted: Sat Aug 12, 2006 7:17 am Subject: Apostrophe problems. |
I have an alias temp:
#va path2 {%-1}
#if (@path2 = %null) {} {#va map_path %mapquery( {[Name] LIKE '%@path2%'})}
Works nice, though if I type something like "aa bb cc'dd ee", the variable is s ... |
Topic: Problems with an #If. |
TrEz
Replies: 1
Views: 2882
|
Forum: zMUD General Discussion Posted: Wed Aug 02, 2006 8:22 am Subject: Problems with an #If. |
I have a problem with this #if, the syntax seems right, I have a lot others which work correctly, and I don't know how ti fix this one.
#if (@level > 89) {
port cougarian
#te 14943
} {
... |
|