Author |
Message |
Topic: Disabling the Command Echo |
daarklord
Replies: 3
Views: 5773
|
Forum: CMUD General Discussion Posted: Tue May 24, 2011 9:33 pm Subject: Disabling the Command Echo |
Yeah I didn't see that! Thanks! |
Topic: Alarm fires multiple times |
daarklord
Replies: 4
Views: 5733
|
Forum: CMUD General Discussion Posted: Sat Apr 02, 2011 6:19 am Subject: Alarm fires multiple times |
Oh sorry now I see what you're asking. It is only created once. But I have aliases to enable and disable those two triggers. Here they are.
Aliases:
1)
.idle
isIdle = 1
#ECHO "isIdle set t ... |
Topic: Alarm fires multiple times |
daarklord
Replies: 4
Views: 5733
|
Forum: CMUD General Discussion Posted: Fri Apr 01, 2011 7:29 pm Subject: Alarm fires multiple times |
Well I checked and those are the only two alarms I have. I don't know what you mean by running once. They will keep running periodically. They get initiated by that part that is an asterix and a time. ... |
Topic: Alternate IP Settings? |
daarklord
Replies: 7
Views: 7469
|
Forum: CMUD General Discussion Posted: Thu Mar 31, 2011 7:52 am Subject: Alternate IP Settings? |
It could also be useful to connect to a mud directly on one ip, and connect through proxy on another. |
Topic: Alarm fires multiple times |
daarklord
Replies: 4
Views: 5733
|
Forum: CMUD General Discussion Posted: Thu Mar 31, 2011 7:44 am Subject: Alarm fires multiple times |
I'm trying to make alarms that go off periodically.
This is the alarm:
idleInfo : *20:00
score
who
And what happens is when the clock turns hh:00:00 or hh:20:00, etc. the client will ... |
Topic: Zuggsoft.com search doesn't prioritize manual pages |
daarklord
Replies: 4
Views: 5120
|
Forum: CMUD General Discussion Posted: Sat Mar 26, 2011 6:51 pm Subject: Zuggsoft.com search doesn't prioritize manual pages |
You are using the wrong search feature. The google searchbar is rendered ineffective for everything given how Google rates websites (and since we're basically a collection of millions of dynamically ... |
Topic: Zuggsoft.com search doesn't prioritize manual pages |
daarklord
Replies: 4
Views: 5120
|
Forum: CMUD General Discussion Posted: Sat Mar 26, 2011 7:24 am Subject: Zuggsoft.com search doesn't prioritize manual pages |
For example, I search for "command line". I'm looking for this page:
http://forums.zuggsoft.com/kb/cmud_basic
But when I use the search feature, it does not show up.
You might get a lot less obvi ... |
Topic: [resolved] scripting conveniences |
daarklord
Replies: 10
Views: 10739
|
Forum: CMUD General Discussion Posted: Fri Mar 25, 2011 6:05 pm Subject: [resolved] scripting conveniences |
Yeah I just figured that out. I think @ means you evaluate the variable (like the * in C++), so it's kinda like trying to assign a value to an integer. I don't know what that says about what $ means, ... |
Topic: [resolved] scripting conveniences |
daarklord
Replies: 10
Views: 10739
|
Forum: CMUD General Discussion Posted: Fri Mar 25, 2011 4:52 pm Subject: [resolved] scripting conveniences |
Thanks all. I got things working.
edit: For the infinite loops, "#THREAD" then "#STOP <thread ID>" seems to work well.
Now I have another issue, which is not so much of an issue since I can us ... |
Topic: [resolved] scripting conveniences |
daarklord
Replies: 10
Views: 10739
|
Forum: CMUD General Discussion Posted: Thu Mar 24, 2011 3:21 pm Subject: [resolved] scripting conveniences |
Three things.
One:
Is there a shortcut to increment a variable?
#PRINT "begin"
$count = 0
#WHILE ($count<10) {
#PRINT "step"
$count++ ... |
Topic: [resolved] call an alias inside a script, and a suggestion on help files |
daarklord
Replies: 3
Views: 7966
|
Forum: CMUD General Discussion Posted: Wed Mar 23, 2011 10:09 am Subject: [resolved] call an alias inside a script, and a suggestion on help files |
Ok thanks shalimar. I put the alias on a line by itself and it works.
--------
Edit: nevermind, I just opened multiple instances of CMUD instead. It seems to do what I needed.
Next question i ... |
Topic: [resolved] call an alias inside a script, and a suggestion on help files |
daarklord
Replies: 3
Views: 7966
|
Forum: CMUD General Discussion Posted: Tue Mar 22, 2011 8:47 am Subject: [resolved] call an alias inside a script, and a suggestion on help files |
It's a really simple question, but I can't find the answer through searching.
I have an alias:
"getAll"
which just does
"get all"
And I have a trigger:
"Aurora drops *"
and I want to call t ... |
|