Author |
Message |
Topic: DB |
jackie
Replies: 17
Views: 15176
|
Forum: zMUD General Discussion Posted: Wed Dec 04, 2002 1:15 am Subject: DB |
I am getting exetremly frustrated with this!!! I looked and looked and LOOKED to see what is wrong with the script, but can't seem to find anything wrong with it. When I put all the triggers outside ... |
Topic: DB |
jackie
Replies: 17
Views: 15176
|
Forum: zMUD General Discussion Posted: Mon Dec 02, 2002 11:35 pm Subject: DB |
This is weird! Here is the full script so far:
#TR {You recite a scroll of identify} {#VAR idinfo %null;#T+ identify}
#CLASS identify disable
#T- identify
#TRIGGER {Object ~'(*)~', Item type: (%w) ... |
Topic: DB |
jackie
Replies: 17
Views: 15176
|
Forum: zMUD General Discussion Posted: Thu Nov 28, 2002 1:00 am Subject: DB |
Anyway of capturing more than one line. I have a field called "Affects" and I want to put this in it:
Affects: STR By 2
Affects: HITROLL By 2
I wanted 2 lines in the DB field "Affec ... |
Topic: DB |
jackie
Replies: 17
Views: 15176
|
Forum: zMUD General Discussion Posted: Sun Nov 03, 2002 6:47 pm Subject: DB |
Thanks!!! |
Topic: DB |
jackie
Replies: 17
Views: 15176
|
Forum: zMUD General Discussion Posted: Sun Nov 03, 2002 4:21 pm Subject: DB |
This is what I have so far:
#TR {You recite a scroll of identify} {#VAR idinfo %null;#T+ identify}
#CLASS identify disable
#T- identify
#TRIGGER {Object ~'(*)~', Item type: (%w)} {
#ADDKEY id ... |
Topic: DB |
jackie
Replies: 17
Views: 15176
|
Forum: zMUD General Discussion Posted: Fri Nov 01, 2002 12:29 am Subject: DB |
how can I capture the information from an identifying scroll to put it into the db? It is an eq db. It has all of the fields zmud has except comment, zone, and room.
You recite a scroll of identi ... |
|