Author |
Message |
Topic: Help with a temp trigger running multiple times? |
CDS
Replies: 6
Views: 4896
|
Forum: zMUD General Discussion Posted: Fri Jun 13, 2003 5:59 am Subject: Help with a temp trigger running multiple times? |
Hi,
How about replacing
#TEMP SPELLTEXTTRIGGERDONE {$} {
with
#TEMP SPELLTEXTTRIGGERDONE {^$} { <-- I use a caret to be sure
#T- "SPELLLINESTRIGGER"
and
#CONDITION { ... |
Topic: explorting db |
CDS
Replies: 2
Views: 2871
|
Forum: zMUD General Discussion Posted: Wed Jun 11, 2003 6:58 pm Subject: explorting db |
From the database page, Menu View/Export to a delimited file. Those programs should be able to import the resulting file.
|
Topic: Puzzling Script |
CDS
Replies: 1
Views: 2374
|
Forum: zMUD General Discussion Posted: Sun Jun 08, 2003 4:39 am Subject: Puzzling Script |
Anyone have any idea why this script:
#Say Pre-pop dbML: *@dbMatchList*
ThisRecNum = %pop(dbMatchList)
#Say Post-pop dbML: *@dbMatchList*
#Say This Recnum: *@ThisRecNum*
would yield:
Pre-p ... |
Topic: %x |
CDS
Replies: 1
Views: 2548
|
Forum: zMUD General Discussion Posted: Fri Jun 06, 2003 3:49 am Subject: %x |
This should remove any trailing 's from your target:
#TR {Imperial (%x)} {target = %if(%ends(%1,"'s"),%leftback(%1,2),%1)}
|
Topic: Variable handling in Inherited file |
CDS
Replies: 2
Views: 2949
|
Forum: zMUD General Discussion Posted: Fri Jun 06, 2003 3:07 am Subject: Variable handling in Inherited file |
Hi,
What is the correct way to set up and use variables in an inherited file?
I'm trying to write an automatic equipment database filler that grabs info from auctions and identify spells. I ... |
Topic: DB Window trouble |
CDS
Replies: 5
Views: 5197
|
Forum: zMUD General Discussion Posted: Thu Jun 05, 2003 7:54 pm Subject: DB Window trouble |
patryn,
You can either delete the zmud.ini file in your Zmud directory, or edit it. To edit it, find IsMaxed and OnTop under
IsMaxed=1
OnTop=1
Leave the other values (top, left, etc) alon ... |
Topic: forum search bug |
CDS
Replies: 2
Views: 3169
|
Forum: zMUD General Discussion Posted: Thu Jun 05, 2003 3:04 pm Subject: forum search bug |
I get that sometimes. Try clicking refresh, then retry.
|
Topic: Editing problem in the Class Script window |
CDS
Replies: 6
Views: 5044
|
Forum: zMUD General Discussion Posted: Thu Jun 05, 2003 2:28 am Subject: Editing problem in the Class Script window |
Yes it was the check syntax while typing option. As soon as I turned it off, the problem cleared up.
Thanks very much, Kjata & LightBulb!
|
Topic: Editing problem in the Class Script window |
CDS
Replies: 6
Views: 5044
|
Forum: zMUD General Discussion Posted: Tue Jun 03, 2003 8:52 pm Subject: Editing problem in the Class Script window |
Thank you again Kjata for your help! : )
They might want to pull the following out of the Help text (from a page titled: Class):
Class Scripts
Instead of editing each individual item within ... |
Topic: Editing problem in the Class Script window |
CDS
Replies: 6
Views: 5044
|
Forum: zMUD General Discussion Posted: Mon Jun 02, 2003 8:55 pm Subject: Editing problem in the Class Script window |
Hi,
Whenever I try to edit several scripts at once in the Class Script window I'm allowed to make the changes, but when I click save the contents of the window change to:
#Class {Classname}
#Cl ... |
Topic: Can't start new database |
CDS
Replies: 2
Views: 3139
|
Forum: zMUD General Discussion Posted: Sat May 31, 2003 11:57 pm Subject: Can't start new database |
I found Ismaxed and OnTop under [DB] both set to 0 in the ini file. I changed both to 1's, and started zMUD. The DB screen popped up by itself! I closed it, restarted the program, and it's working ... |
Topic: Can't start new database |
CDS
Replies: 2
Views: 3139
|
Forum: zMUD General Discussion Posted: Sat May 31, 2003 6:52 pm Subject: Can't start new database |
Hi,
I read in help that you start a new database by clicking Windows/Database or the DB button. However, when I do either, all that happens is that zMUD loses the focus (the title bar goes gray), ... |
|