Author |
Message |
Topic: Creating a trigger with an alias |
akumasama
Replies: 5
Views: 2310
|
Forum: zMUD General Discussion Posted: Mon Feb 14, 2005 7:56 am Subject: Creating a trigger with an alias |
For the curious, this seems to work:
#ALIAS quick {
#VAR tmp1 %1; #VAR tmp2 %2
#trigger {<@tmp1>} {<@tmp2>; end} "Quick"; #class Quick 0
}
If there's any more elegant way of doing ... |
Topic: Creating a trigger with an alias |
akumasama
Replies: 5
Views: 2310
|
Forum: zMUD General Discussion Posted: Mon Feb 14, 2005 5:29 am Subject: Creating a trigger with an alias |
I'm trying to make an alias that will create a special sort of trigger for me.
"end" is an alias that i want to be performed whenever one of these triggers fires.
Here's what I have for the alias: ... |
Topic: 2 Simple Questions |
akumasama
Replies: 2
Views: 1899
|
Forum: zMUD General Discussion Posted: Mon Feb 07, 2005 1:47 am Subject: 2 Simple Questions |
Ok, I figured out the second one (was a numlock issue), but I'm still wondering if the split scrolling can be disabled?
Sorry for the dumb questions... |
Topic: 2 Simple Questions |
akumasama
Replies: 2
Views: 1899
|
Forum: zMUD General Discussion Posted: Mon Feb 07, 2005 12:50 am Subject: 2 Simple Questions |
These probably have obvious answers, but I haven't been able to find them...
1. Is there any way to disable the split screen scrolling? I'd much rather just have a window that scrolls normally.
... |
|