Author |
Message |
Topic: Command echo |
moksha
Replies: 2
Views: 4219
|
Forum: zMUD General Discussion Posted: Wed Apr 21, 2004 8:22 am Subject: Command echo |
Thanks Vijilante,
I never thought of #ONINPUT. That will do what I need nicely.
Moksha |
Topic: Command echo |
moksha
Replies: 2
Views: 4219
|
Forum: zMUD General Discussion Posted: Tue Apr 20, 2004 5:58 pm Subject: Command echo |
Hello again
Is it possible to toggle command echo on and off from the command line and if so how do I do it?
Thanks in advance
Moksha
|
Topic: Channel Capture Help!!! |
moksha
Replies: 3
Views: 6199
|
Forum: zMUD General Discussion Posted: Thu Mar 25, 2004 2:19 pm Subject: Channel Capture Help!!! |
Hi
It says in the same thread that you should put a #T- cap in your prompt trigger.
Hope that helps
Moksha |
Topic: Help needed please |
moksha
Replies: 2
Views: 4232
|
Forum: zMUD General Discussion Posted: Wed Jan 14, 2004 5:35 pm Subject: Help needed please |
Thanks, it works great.
Moksha |
Topic: Help needed please |
moksha
Replies: 2
Views: 4232
|
Forum: zMUD General Discussion Posted: Wed Jan 14, 2004 3:44 pm Subject: Help needed please |
Hi,
I have a list of commands in a variable list. how would I pick one at random, execute it and then delete it from the list?
Thanks in advance
Moksha |
Topic: "Breaking" from a loop |
moksha
Replies: 3
Views: 5027
|
Forum: zMUD General Discussion Posted: Fri Dec 12, 2003 10:44 pm Subject: "Breaking" from a loop |
Hello
I think the command you need is #ABORT.
Moksha |
Topic: Scripting one-way exits |
moksha
Replies: 0
Views: 2775
|
Forum: zMUD General Discussion Posted: Tue Nov 18, 2003 9:00 am Subject: Scripting one-way exits |
Hi again
I'm trying to create a section of my map from a text file but I'm having difficulties with one way exits.
%roomlink works great to link the rooms but I want to make all the exits one w ... |
Topic: Tell Windows |
moksha
Replies: 11
Views: 11805
|
Forum: zMUD General Discussion Posted: Sun Oct 12, 2003 9:03 pm Subject: Tell Windows |
Hiya
Create the new window as before using the #WIN command and then dock the new window behind your main window. Remember to save the layout.
#TR {^%w tells the group} {#Cap NewWindowName}
H ... |
Topic: Status boxes. |
moksha
Replies: 1
Views: 4169
|
Forum: zMUD General Discussion Posted: Wed Sep 17, 2003 2:08 pm Subject: Status boxes. |
Hi
Charbal and Kjata created a script a while ago that lets you have more than one status window. Although it does use child windows, its a great script and is definately worth a look.
http://zu ... |
Topic: Aliases and Wild Cards |
moksha
Replies: 4
Views: 5372
|
Forum: zMUD General Discussion Posted: Sat Sep 13, 2003 2:33 am Subject: Aliases and Wild Cards |
Hi
Instead of an alias you could use #ONINPUT.
#ONINPUT {'(?)(%w)(*)$} {#SUB {~:says in a crisp, Illianer accent, '%upper(%1)%2%3'}} "" {notrig}
You'll need to start your tells with a single ... |
Topic: BEEP + LOOP |
moksha
Replies: 5
Views: 9528
|
Forum: zMUD General Discussion Posted: Wed Sep 10, 2003 3:10 pm Subject: BEEP + LOOP |
Hiya
I'm not a Guru but you could use something like this - It probably isn't the most efficient way, but it works.
#TRIGGER {Whatever the triggering phrase is} {#VAR BeepVar 1;#BEEP;#ALA 2 {#b ... |
Topic: Does zMud have a lowercase function? |
moksha
Replies: 2
Views: 6004
|
Forum: zMUD General Discussion Posted: Thu Aug 28, 2003 10:41 am Subject: Does zMud have a lowercase function? |
Hi
Check out the %lower function in the help file.
#TRIGGER {(%w) says, 'acu'} {acupuncture %lower(%1)}
Moksha
|
Topic: Help with a capture trigger |
moksha
Replies: 3
Views: 4858
|
Forum: zMUD General Discussion Posted: Wed Aug 13, 2003 3:24 am Subject: Help with a capture trigger |
Hi, these should work. Just cut and paste into the command line.
#TRIGGER {^~ MON ~$} {#VAR hpv1 {%1};#VAR hpv2 {%2};#VAR spv1 {%3};#VAR spv2 {%4}}
Moksha
|
Topic: variable syntax question |
moksha
Replies: 1
Views: 3980
|
Forum: zMUD General Discussion Posted: Wed Jul 16, 2003 1:37 am Subject: variable syntax question |
Hiya
I think need to put a tilde (~) in front of the period, as its one of the special characters.
#al tmob {tell @counterVar~.%1}
Moksha
|
Topic: i give up |
moksha
Replies: 14
Views: 19413
|
Forum: zMUD General Discussion Posted: Sat Jul 12, 2003 11:01 am Subject: i give up |
Lightbulb
Thanks for the tip, I hadn't given it much thought as I anchor all the triggers I make pretty much on autopilot. When I did think about it - I got puzzled too :)
Moksha |
Topic: i give up |
moksha
Replies: 14
Views: 19413
|
Forum: zMUD General Discussion Posted: Fri Jul 11, 2003 12:00 pm Subject: i give up |
Blade
Something like this should work.
#TRIGGER {^*$} {#say triggered} "" {notrig|color|line=14}
Moksha |
Topic: Database help %find |
moksha
Replies: 4
Views: 5638
|
Forum: zMUD General Discussion Posted: Tue Apr 15, 2003 4:16 pm Subject: Database help %find |
Thanks Lightbulb, works perfectly.
Moksha
|
Topic: How to save secondary window setup? |
moksha
Replies: 12
Views: 20619
|
Forum: zMUD General Discussion Posted: Tue Apr 15, 2003 12:17 pm Subject: How to save secondary window setup? |
Have you tried deleting the .Mud file, recreating it all, then saving again?
Moksha
|
Topic: Database help %find |
moksha
Replies: 4
Views: 5638
|
Forum: zMUD General Discussion Posted: Tue Apr 15, 2003 12:02 pm Subject: Database help %find |
Lightbulb,
I have read the help files on %query a few times now and its just not going in. Could you, or anyone else, explain the syntax and how it works?
Thanks for the #cap/#gag idea, This s ... |
Topic: Database help %find |
moksha
Replies: 4
Views: 5638
|
Forum: zMUD General Discussion Posted: Tue Apr 15, 2003 12:07 am Subject: Database help %find |
Hi again
I have a couple of questions.
Firstly, how would I go about getting a specific record returned from a %find?
#al {find} {#FORALL %find( "%-1") {#SHOWDB %i}}
For exampl ... |
Topic: How to save secondary window setup? |
moksha
Replies: 12
Views: 20619
|
Forum: zMUD General Discussion Posted: Mon Apr 14, 2003 6:28 pm Subject: How to save secondary window setup? |
Set the window up how you want it. Click on the window and go to Settings and then Save Settings. You might need to Save Layout too.
As for getting rid of the Title, I'm not sure about that one.
... |
Topic: Stringlist help |
moksha
Replies: 4
Views: 6169
|
Forum: zMUD General Discussion Posted: Tue Mar 18, 2003 10:40 pm Subject: Stringlist help |
Hi Talahaski
Great idea. I think I'll do it that way.
Thanks
Moksha
|
Topic: Stringlist help |
moksha
Replies: 4
Views: 6169
|
Forum: zMUD General Discussion Posted: Tue Mar 18, 2003 10:15 pm Subject: Stringlist help |
Hi
I can make it work with only one #if statement in the trigger by taking out the %lower stuff and capitalizing the master stringlists but how can i make it check through three master lists and p ... |
Topic: Stringlist help |
moksha
Replies: 4
Views: 6169
|
Forum: zMUD General Discussion Posted: Tue Mar 18, 2003 9:08 pm Subject: Stringlist help |
Hello again,
I'm trying to create a script that when I pick up items will put them in designated containers automatically.
I'm thinking along the lines of when I get an item it will check it aga ... |
Topic: %replace syntax help |
moksha
Replies: 2
Views: 3683
|
Forum: zMUD General Discussion Posted: Sat Mar 15, 2003 9:15 pm Subject: %replace syntax help |
Lightbulb,
Thankyou, it works perfectly.
Moksha
|
|