Author |
Message |
Topic: Trigger/Alias problem |
SpinDrJr
Replies: 2
Views: 4483
|
Forum: zMUD General Discussion Posted: Fri Apr 30, 2004 6:25 pm Subject: Trigger/Alias problem |
I'm not quite sure what your talking about in the first part of your question- do you mean when your in the settings editor all you can do is make new triggers and not change what they do? If this is ... |
Topic: Just a quick question |
SpinDrJr
Replies: 4
Views: 5725
|
Forum: zMUD General Discussion Posted: Tue Apr 27, 2004 7:27 pm Subject: Just a quick question |
I, too, use double letter alias like 'aa' and 'kk' and the easiest way to get them to show up in the command history is to just type a space after them. Zmud will still recognize 'aa ' as 'aa' so it w ... |
Topic: Tray windows plugin |
SpinDrJr
Replies: 0
Views: 2500
|
Forum: zMUD General Discussion Posted: Sun Apr 25, 2004 11:02 pm Subject: Tray windows plugin |
Is the tray windows plugin busted in v7? I downloaded and installed and it removes it from taskbar correctly but then there is no icon in systray. When I try to set the icon using #WindowIcon I get an ... |
Topic: an easy way of copying text ?? |
SpinDrJr
Replies: 2
Views: 4293
|
Forum: zMUD General Discussion Posted: Wed Apr 21, 2004 8:25 pm Subject: an easy way of copying text ?? |
I don't think there's a way to make it copy the word to the command line on double click but you can accomplish this through the right click menu with this:
#MENU "Copy to Command" {#INPUT {%selword} ... |
Topic: Window auto refocus? |
SpinDrJr
Replies: 2
Views: 4183
|
Forum: zMUD General Discussion Posted: Mon Apr 19, 2004 11:38 pm Subject: Window auto refocus? |
Oh- had some trouble with this as I wasn't familiar with expression triggers, but I have it set to an expression trigger but it doesn't seem to be working quite like I want. When I click a tabbed chan ... |
Topic: Window auto refocus? |
SpinDrJr
Replies: 2
Views: 4183
|
Forum: zMUD General Discussion Posted: Mon Apr 19, 2004 9:16 pm Subject: Window auto refocus? |
I've done some extensive searching of past topics and can't seem to find an answer quite suited to this. I have my main mud window and then several channel-specific windows. Focus works fine with capt ... |
Topic: Tasks |
SpinDrJr
Replies: 5
Views: 5074
|
Forum: zMUD General Discussion Posted: Fri Apr 16, 2004 9:06 pm Subject: Tasks |
That sounds like a very restricting timer thing there and I don't think you will get very far not being able to make triggers. I would suggest making a trigger to disable all your other trigger while ... |
Topic: Database compatible with previous versions? |
SpinDrJr
Replies: 1
Views: 4023
|
Forum: zMUD General Discussion Posted: Fri Apr 16, 2004 8:51 pm Subject: Database compatible with previous versions? |
I'm sure it will work as I don't think there have been any major changes to the database between version 7 and 7.05. Why don't you send a copy to your friends and have them try it out? |
Topic: Call |
SpinDrJr
Replies: 6
Views: 6240
|
Forum: zMUD General Discussion Posted: Thu Apr 15, 2004 12:50 am Subject: Call |
You can use the #WAIT command to wait a certain number of milliseconds (so #WAIT 1000 waits 1 second). The better solution would probably be to add a trigger to the room script that sends #STEP when y ... |
Topic: Call |
SpinDrJr
Replies: 6
Views: 6240
|
Forum: zMUD General Discussion Posted: Wed Apr 14, 2004 8:18 pm Subject: Call |
You should be able to set special exit commands for certain rooms. In this case you would set the exit command to call instead of the mapper default 'open gate'. |
Topic: Slow walking |
SpinDrJr
Replies: 1
Views: 3387
|
Forum: zMUD General Discussion Posted: Wed Apr 14, 2004 7:59 pm Subject: Slow walking |
You can make a trigger to #STOP when that message shows up. The #STOP command stops the speedwalk and does not confirm the last direction. So if the path sent 'n' and your mud said 'slow down, speed r ... |
Topic: Problem with slow walking |
SpinDrJr
Replies: 6
Views: 7590
|
Forum: zMUD General Discussion Posted: Wed Apr 14, 2004 7:42 pm Subject: Problem with slow walking |
Well you can flag a room 'pause during speedwalk' in order to test triggers on output from the room. So the problem is, do the rooms you have to pick items up in vary, or are they the same rooms all t ... |
Topic: Opening a Web site |
SpinDrJr
Replies: 1
Views: 3209
|
Forum: zMUD General Discussion Posted: Tue Jul 29, 2003 11:06 pm Subject: Opening a Web site |
I've been searching through the Zmud help files and this forum trying to figure out how i can open a website in netscape through zmud. I came across the #DDE command and the example:
#DDE NETSCAPE WW ... |
Topic: Simple #IF command |
SpinDrJr
Replies: 1
Views: 3260
|
Forum: zMUD General Discussion Posted: Wed Jul 09, 2003 3:12 am Subject: Simple #IF command |
I can't seem to get this to work. I've tried it in aliases and triggers and just typing it in. My code goes like this:
#IF (@mobs<1000000) {stats}{score}
when i #echo @mobs before putting in th ... |
Topic: %grep return format... |
SpinDrJr
Replies: 4
Views: 5301
|
Forum: zMUD General Discussion Posted: Tue Jul 08, 2003 5:45 pm Subject: %grep return format... |
do you know of a way or are you just being smart? |
Topic: %grep return format... |
SpinDrJr
Replies: 4
Views: 5301
|
Forum: zMUD General Discussion Posted: Tue Jul 08, 2003 4:26 pm Subject: %grep return format... |
was wondering if there would be a way to change/color the %grep return after i search a file, my search gets lots of results sometimes.
thanks! |
|