Author |
Message |
Topic: How to expand a path ?! |
pcghost2k
Replies: 6
Views: 3009
|
Forum: zMUD General Discussion Posted: Mon Jul 28, 2003 2:42 pm Subject: How to expand a path ?! |
THANKS, Kjata! worked like a charm with some minor editing:
[ so that all the | are replaced by ; ]
#EXEC {%concat("#SH %replace(%exec(.", @location, ")"),"|","`;")}
thanks, too, go out to Vijila ... |
Topic: %path @variable from #path {pathname} ? |
pcghost2k
Replies: 4
Views: 2298
|
Forum: zMUD General Discussion Posted: Mon Jul 28, 2003 2:17 pm Subject: %path @variable from #path {pathname} ? |
thanks go out to both Kjata and Vijilante for your replies to my queries...
Kjata, I do intend to try your lil' piece of coding above. I have already tried the piece of coding presented in the othe ... |
Topic: %path @variable from #path {pathname} ? |
pcghost2k
Replies: 4
Views: 2298
|
Forum: zMUD General Discussion Posted: Sun Jul 27, 2003 2:46 pm Subject: %path @variable from #path {pathname} ? |
I am looking for a way to get a #PATH definition into a %variable.
example: #path {shoptilyoudrop} {RUN 2w2n2e2s;OPEN up;UP}
I would like to reference the "RUN..." command part of the #PATH defi ... |
Topic: How to expand a path ?! |
pcghost2k
Replies: 6
Views: 3009
|
Forum: zMUD General Discussion Posted: Sun Jul 27, 2003 2:24 am Subject: How to expand a path ?! |
> #SH %exec(.peppers)
okay, this is the key to my current scripting scenario, but how do I expand a variable in place of "peppers"?
Example:
#trigger {&player tells you to visit area (*).} ... |
Topic: triggers |
pcghost2k
Replies: 3
Views: 1634
|
Forum: zMUD General Discussion Posted: Sun May 11, 2003 7:36 am Subject: triggers |
> If your trigger fires three times,
> you have three lines with matching patterns.
and what of seemingly *phantom* entries in the TRIGGER area?
I went through some beta-testing to get th ... |
|