Author |
Message |
Topic: mapper step delay |
marduk
Replies: 22
Views: 37096
|
Forum: CMUD General Discussion Posted: Thu Dec 16, 2010 11:46 pm Subject: mapper step delay |
Yes! Thanks! |
Topic: mapper step delay |
marduk
Replies: 22
Views: 37096
|
Forum: CMUD General Discussion Posted: Sun Nov 28, 2010 11:23 pm Subject: mapper step delay |
I meant a scripting solution :D
You've definitely given me a great starting point. Thanks for your help. |
Topic: mapper step delay |
marduk
Replies: 22
Views: 37096
|
Forum: CMUD General Discussion Posted: Sun Nov 28, 2010 1:44 pm Subject: mapper step delay |
Hmmm. I see (I stand corrected, MattLofton). This may require a new post, but it pertains to my original question, so I'll give it a shot:
Is it possible to code a step delay in a speedwalking pa ... |
Topic: mapper step delay |
marduk
Replies: 22
Views: 37096
|
Forum: CMUD General Discussion Posted: Thu Nov 25, 2010 1:50 pm Subject: mapper step delay |
Negative. I distinctly remember setting a step delay for speedwalking when using the mapper. I recall using it to get my speedwalking to work "just right" on Achaea. It may have been as early as zm ... |
Topic: mapper step delay |
marduk
Replies: 22
Views: 37096
|
Forum: CMUD General Discussion Posted: Wed Nov 24, 2010 1:21 pm Subject: mapper step delay |
Cool. I will keep that package in mind. Now, though, I am interested in creating a solution :)
Thanks! |
Topic: mapper step delay |
marduk
Replies: 22
Views: 37096
|
Forum: CMUD General Discussion Posted: Wed Nov 24, 2010 11:14 am Subject: mapper step delay |
The problem is, I don't want that delay to occur when sending all lines to the mud, especially when fighting. I want the delay only for speedwalking using the mapper. It sounds like I'm going to hav ... |
Topic: mapper step delay |
marduk
Replies: 22
Views: 37096
|
Forum: CMUD General Discussion Posted: Wed Nov 24, 2010 12:04 am Subject: mapper step delay |
I hope this isn't a stupid question :| but, I've looked all around for answer.
I have 3.32, and I'm playing an IRE mud. So, when speedwalking using the mapper, I need a definable delay between ea ... |
Topic: gmcp trigger not working |
marduk
Replies: 10
Views: 13190
|
Forum: CMUD General Discussion Posted: Tue Nov 23, 2010 2:56 pm Subject: gmcp trigger not working |
My cmud install is very sparse, right now. I have just the one gmcp trigger for Room.Info, and I just added a simple pattern trigger to test #show. No gagging.
When #show is the only line in a tr ... |
Topic: gmcp trigger not working |
marduk
Replies: 10
Views: 13190
|
Forum: CMUD General Discussion Posted: Tue Nov 23, 2010 1:28 pm Subject: gmcp trigger not working |
#print works, but not #show. Not an issue, just pointing it out. |
Topic: gmcp trigger not working |
marduk
Replies: 10
Views: 13190
|
Forum: CMUD General Discussion Posted: Tue Nov 23, 2010 11:13 am Subject: gmcp trigger not working |
Sweet. That worked.
Interestingly, in the trigger pattern, I wasn't able to get this to work: #show "got it". Instead, I had to update a variable to verify the trigger: stuff="got it".
Thanks ... |
Topic: gmcp trigger not working |
marduk
Replies: 10
Views: 13190
|
Forum: CMUD General Discussion Posted: Tue Nov 23, 2010 1:53 am Subject: gmcp trigger not working |
Midkemia Online is an IRE mud, and it supports GMCP. I'm able to do a successful "#SHOW %gmcp.Room.Info.exits" from the command line, so I assumed that this was the correct pattern for a GMCP trigger ... |
Topic: gmcp trigger not working |
marduk
Replies: 10
Views: 13190
|
Forum: CMUD General Discussion Posted: Tue Nov 23, 2010 1:10 am Subject: gmcp trigger not working |
I have been away from mudding for a while, and I just got CMUD 3.32 pro. My mud is Midkemia, and I am noticing that the mapper is not "just working". I'd like to do some manual tagging of exits and ... |
Topic: vbscript error |
marduk
Replies: 1
Views: 3657
|
Forum: zMUD General Discussion Posted: Sun Feb 05, 2006 11:01 pm Subject: vbscript error |
Nevermind. Syntax error. Font was hard to read. |
Topic: vbscript error |
marduk
Replies: 1
Views: 3657
|
Forum: zMUD General Discussion Posted: Sun Feb 05, 2006 5:38 pm Subject: vbscript error |
I have the following script set to run from a trigger...
dim cc
dim ss
dim myVar
Set cc = CreateObject( "Zmud.Application")
Set ss = cc.CurrentSession
myVar = ss.GetVar("dude", "General")
... |
|