Author |
Message |
Topic: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
Muppet1856
Replies: 6
Views: 2241
|
Forum: zMUD General Discussion Posted: Tue May 22, 2007 9:27 pm Subject: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
http://home.comcast.net/~Muppet1856/MUD.txt
Funny, when I look at the log, the file has a lot less control codes in it. |
Topic: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
Muppet1856
Replies: 6
Views: 2241
|
Forum: zMUD General Discussion Posted: Tue May 22, 2007 8:04 pm Subject: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
Any Help? |
Topic: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
Muppet1856
Replies: 6
Views: 2241
|
Forum: zMUD General Discussion Posted: Sat May 19, 2007 11:09 pm Subject: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
ALAS, you are correct. They are indeed doing something funky... :( |
Topic: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
Muppet1856
Replies: 6
Views: 2241
|
Forum: zMUD General Discussion Posted: Fri May 18, 2007 5:04 pm Subject: AutoMap Question - w/Sample Prompt,Room Title, Desc, and Exit Lines |
I cannot get the Room Title to work, nor the Description or the Exits. Grrr.... A little help?
Typical Text for a room:
[8PM|10/10P 10/10M|#1(0/0)#2(0/0) 400000 Nuyen NA] ... |
Topic: Child Window Chat Commands |
Muppet1856
Replies: 2
Views: 1284
|
Forum: zMUD General Discussion Posted: Thu May 17, 2007 10:10 pm Subject: Child Window Chat Commands |
Good Point
Here is the finished Script:
#CLASS {System|Chat}
#TRIGGER {%w {says|say} OOCly, ~"*~"} {#CAP OOC_Chat;#GAG 2}
#TRIGGER {{^ ... |
Topic: Child Window Chat Commands |
Muppet1856
Replies: 2
Views: 1284
|
Forum: zMUD General Discussion Posted: Wed May 16, 2007 3:37 pm Subject: Child Window Chat Commands |
I have a simple window "OOC_CHAT" that I want to use the command line to send chats without a preface. I have simplified it a bit for this discussion.
#VAR OOCChatCommand {}
#ONINPUT ... |
|