Author |
Message |
Topic: Logging |
Mike Z Red
Replies: 3
Views: 6724
|
Forum: zMUD General Discussion Posted: Fri Jun 25, 2004 4:44 am Subject: Logging |
For the first part, you can use the alias #AL atconnect {#LO}, which fires as soon as you connect. (Thanks to whoever it was showed that to me a week or so ago.)
As far as the file name, you could ... |
Topic: skipping lines while logging |
Mike Z Red
Replies: 6
Views: 5969
|
Forum: zMUD General Discussion Posted: Fri Jun 25, 2004 3:52 am Subject: skipping lines while logging |
I don't have zMud in front of me to play with & test things (goofing off at work), but in looking at the online help files, you might check out the #LO command (without parameters), which toggles logg ... |
Topic: Seeking Help... |
Mike Z Red
Replies: 8
Views: 15737
|
Forum: zMUD General Discussion Posted: Thu Jun 24, 2004 10:54 pm Subject: Seeking Help... |
I meant #CASE, actually.
And I said right off that I'm still learning about zMud.
But don't hold back, Lightbulb - tell me what you really think.
-
As far as using my scripts, I'd just sa ... |
Topic: Seeking Help... |
Mike Z Red
Replies: 8
Views: 15737
|
Forum: zMUD General Discussion Posted: Thu Jun 24, 2004 2:49 am Subject: Seeking Help... |
Note, by the way, that I wrote both those posts without actually testing them, so if there's a typo or something, I apologize, I'm sure you can debug it, though ; ) |
Topic: Seeking Help... |
Mike Z Red
Replies: 8
Views: 15737
|
Forum: zMUD General Discussion Posted: Thu Jun 24, 2004 2:48 am Subject: Seeking Help... |
Okay, so the spellBot question. I'm not going to write out the entire spellBot, that's a pain. But here's a couple basic things you'll need, they should get you started.
#CLASS spellUps
#FUNCTIO ... |
Topic: Seeking Help... |
Mike Z Red
Replies: 8
Views: 15737
|
Forum: zMUD General Discussion Posted: Thu Jun 24, 2004 2:33 am Subject: Seeking Help... |
I have to disagree with geniusClown; I don't think multistate triggers will help here - the problem he seems to have is that he needs to re-attempt the cast if it's unsuccessful.
I'm still learnin ... |
Topic: connect trigger? |
Mike Z Red
Replies: 4
Views: 7289
|
Forum: zMUD General Discussion Posted: Fri Jun 18, 2004 7:16 pm Subject: connect trigger? |
atconnect . . . beautiful!
Thanks, guys! |
Topic: connect trigger? |
Mike Z Red
Replies: 4
Views: 7289
|
Forum: zMUD General Discussion Posted: Fri Jun 18, 2004 1:59 pm Subject: connect trigger? |
I'm trying to set a trigger to fire one time, shortly after I connect (to setup windows each time, initialize functions/variables, etc.)
I've tried:
#ALARM -0:00:05 {#ECHO Fired at -0:00:05}
And ... |
Topic: and I thought MS Windows was a pain... |
Mike Z Red
Replies: 2
Views: 3021
|
Forum: zMUD General Discussion Posted: Fri Jun 18, 2004 1:46 pm Subject: and I thought MS Windows was a pain... |
Once I create a window with either #MAKEWINDOW or #WIN, I can click on the 'o' on the title bar and DISable 'Caption on Top' for the window options. If I do this, though, a number of undesirable thing ... |
Topic: Advanced list-manipulation question |
Mike Z Red
Replies: 2
Views: 5291
|
Forum: zMUD General Discussion Posted: Fri Jun 11, 2004 4:39 pm Subject: Advanced list-manipulation question |
Look at my response to your previous list-comparison post. This is essentially the same thing, except you want to compare values in two DBvars. |
Topic: Comparing two lists and returning value |
Mike Z Red
Replies: 2
Views: 5206
|
Forum: zMUD General Discussion Posted: Fri Jun 11, 2004 4:36 pm Subject: Comparing two lists and returning value |
@test is dbvar, such as
1:one
2:two
3:three
4:four
@list is string list, such as
3,4,5
Here's your script:
#FORALL @results {#VAR results %delitem( %i, @results)}
#LOOPDB @test {#if (%ism ... |
|