Author |
Message |
Topic: [2.37] Federation 2 MUD Mapper Configuration |
Eleri at'Xalien
Replies: 5
Views: 2278
|
Forum: CMUD General Discussion Posted: Fri Jan 23, 2009 4:11 pm Subject: [2.37] Federation 2 MUD Mapper Configuration |
Thanks, Rahab for your suggestions. The only problem I have now is implementing them, and one other unforeseen problem. The MUD doesn't send another line after the description. It either sends a line ... |
Topic: [2.37] Federation 2 MUD Mapper Configuration |
Eleri at'Xalien
Replies: 5
Views: 2278
|
Forum: CMUD General Discussion Posted: Fri Jan 16, 2009 3:40 pm Subject: [2.37] Federation 2 MUD Mapper Configuration |
I was a bit unclear. The MUD line wrapping is already turned off. Cmud was doing the auto-wrapping.
And, yep, that's exactly what I'm trying to do with the multiple lines, or single lines...and so ... |
Topic: [2.37] Federation 2 MUD Mapper Configuration |
Eleri at'Xalien
Replies: 5
Views: 2278
|
Forum: CMUD General Discussion Posted: Fri Jan 16, 2009 4:35 am Subject: [2.37] Federation 2 MUD Mapper Configuration |
To preface, I am not the most accomplished scripter, but this problem is driving me crazy. The automapper wizard when used on this MUD only detects the prompt line. It doesn't detect either a name or ... |
Topic: Simple if/then question (Solved) |
Eleri at'Xalien
Replies: 2
Views: 1482
|
Forum: CMUD General Discussion Posted: Sat Jul 19, 2008 5:57 pm Subject: Simple if/then question (Solved) |
Thanks, I was using the wrong paranthesis. |
Topic: Simple if/then question (Solved) |
Eleri at'Xalien
Replies: 2
Views: 1482
|
Forum: CMUD General Discussion Posted: Sat Jul 19, 2008 5:50 pm Subject: Simple if/then question (Solved) |
This is fairly simple, but I'm ashamed to say, I can't seem to figure out the syntax for CMUD.
#VAR test1 1
#VAR test2 2
#IF {@test1 == @test2} {#SHOW true} {#SHOW fals ... |
|