Author |
Message |
Topic: String to be a key for data record |
spidey
Replies: 1
Views: 2288
|
Forum: zMUD General Discussion Posted: Wed Aug 30, 2006 11:30 am Subject: String to be a key for data record |
#addkey dCalendarHolidays "12-15" "Knorrian Fast of Intelligence"
ResultVar = %db( @dCalendarHolidays, "12-15")
this returns no results to ResultVar, yet -
#addkey dCalendarHolidays 223 "Knor ... |
Topic: Total Newbie - Trigger, STW and mapping |
spidey
Replies: 2
Views: 2454
|
Forum: zMUD General Discussion Posted: Thu Jan 29, 2004 12:10 pm Subject: Total Newbie - Trigger, STW and mapping |
Ok I'm trying to capture text (directions) like:
} {#STW {%1 %2 %3 %4}}
But when my trigger hits the status window is empty. I've read over the forums and I think I've got it right. If I replace ... |
|