Author |
Message |
Topic: Capturing data to variables, part 2 |
kinson
Replies: 1
Views: 1069
|
Forum: zMUD General Discussion Posted: Mon Jan 26, 2004 2:53 pm Subject: Capturing data to variables, part 2 |
I posted a few days ago about the problem I was having getting a trigger to store braces and double quotes to a variable. It was recommended that I use the &varname method, which has worked perfectly: ... |
Topic: Variables and Braces/Double Quotes |
kinson
Replies: 5
Views: 1976
|
Forum: zMUD General Discussion Posted: Thu Jan 22, 2004 1:43 am Subject: Variables and Braces/Double Quotes |
I'm afraid I don't quite understand your example, as there is an opening brace but no closing brace. The %1 needs to either be in { } marks or " " marks, because if what I'm capturing is more than one ... |
Topic: Variables and Braces/Double Quotes |
kinson
Replies: 5
Views: 1976
|
Forum: zMUD General Discussion Posted: Wed Jan 21, 2004 10:50 pm Subject: Variables and Braces/Double Quotes |
I considered that, but like you said, decided not to for security reasons. |
Topic: Variables and Braces/Double Quotes |
kinson
Replies: 5
Views: 1976
|
Forum: zMUD General Discussion Posted: Wed Jan 21, 2004 10:23 pm Subject: Variables and Braces/Double Quotes |
I am using Zmud 6.62.
Here is my trigger pattern:
^* is auctioning (*) ~(Level *, Num (%d)~). Current bid is *.$
The first action I perform is:
#VAR db_obj_name {%1} _nodef datamine
Thi ... |
Topic: Pattern Matching |
kinson
Replies: 5
Views: 1859
|
Forum: zMUD General Discussion Posted: Wed Dec 10, 2003 3:02 am Subject: Pattern Matching |
I guess I wasn't completely clear. The trigger needs to able to match each of those numbers regardless of if there are two digits or three digits. That part could have easily been:
Wis : would not ... |
Topic: Pattern Matching |
kinson
Replies: 5
Views: 1859
|
Forum: zMUD General Discussion Posted: Wed Dec 10, 2003 2:41 am Subject: Pattern Matching |
Here is the line I'm trying to get a trigger to fire on:
Str : Wis :
Keeping in mind that if a number is only 2 digits, it has a space before it, as demonstrated above in "Wis :[165/ 67]".
I ... |
Topic: Question about enabling/disabling triggers |
kinson
Replies: 1
Views: 961
|
Forum: zMUD General Discussion Posted: Wed Jul 30, 2003 5:16 pm Subject: Question about enabling/disabling triggers |
I've noticed that there's no default keyboard shortcut to turn triggers on and off (not sure why, though). I'm forced into using a keyboard macro I've made to do this. I'm running 6.62 under XP PRO SP ... |
Topic: DB problem with an equal sign |
kinson
Replies: 3
Views: 1517
|
Forum: zMUD General Discussion Posted: Thu Apr 03, 2003 7:50 am Subject: DB problem with an equal sign |
My script already uses the #ADDKEY function. Here is that trigger:
Pattern:
^* is auctioning (*) ~(Level *, Num (*)~). Current bid is *.$
When the trigger sees the following line:
Player is au ... |
Topic: DB problem with an equal sign |
kinson
Replies: 3
Views: 1517
|
Forum: zMUD General Discussion Posted: Thu Apr 03, 2003 6:29 am Subject: DB problem with an equal sign |
I'm running a data mining script that I wrote that works solely on the auction channel. Along with dozens of other pieces of information it gathers, it captures the "short description" of an ... |
Topic: Mapping long room names? |
kinson
Replies: 6
Views: 2481
|
Forum: zMUD General Discussion Posted: Wed Feb 12, 2003 12:03 am Subject: Mapping long room names? |
Ok, it would appear as though checking the "Room Name uses Proper-case" checkbox isn't something I really want to do. The mapper tends to capture almost ANYTHING as a room name, i.e. if you ... |
Topic: Mapping long room names? |
kinson
Replies: 6
Views: 2481
|
Forum: zMUD General Discussion Posted: Tue Feb 11, 2003 5:08 pm Subject: Mapping long room names? |
I discovered what the problem was with this. I had to check an option under Configuration Settings (in the mapper) that said "Room Name uses Proper-case". I haven't had that option enabled i ... |
Topic: Mapping long room names? |
kinson
Replies: 6
Views: 2481
|
Forum: zMUD General Discussion Posted: Mon Feb 10, 2003 8:19 pm Subject: Mapping long room names? |
I've compared this room's name and description with other similar ones in the area and I can't see any obvious differences. I've also checked my aliases, and I don't have any #teleport calls to that z ... |
Topic: Mapping long room names? |
kinson
Replies: 6
Views: 2481
|
Forum: zMUD General Discussion Posted: Sun Feb 09, 2003 7:11 pm Subject: Mapping long room names? |
I seem to be having a problem mapping rooms with long names, is there some sort of character limit built in? The mapper has been working great, up until I encountered a room name that was 45 character ... |
Topic: Links to other zones displaying zone name |
kinson
Replies: 1
Views: 1044
|
Forum: zMUD General Discussion Posted: Wed Feb 05, 2003 3:31 pm Subject: Links to other zones displaying zone name |
I saw a post on this back in July saying it was going to be added to the to-do list, and just wanted to check on the status.
Is there a way to disable zone names from showing on your map when you h ... |
|