Author |
Message |
Topic: %countlist: commas |
Saros
Replies: 3
Views: 6751
|
Forum: CMUD General Discussion Posted: Mon May 30, 2016 12:47 am Subject: %countlist: commas |
The problem is not the commas; it is the lack of quotes.
#echo %COUNTLIST("test|test|test|testb|testb|test,b|test,b")
Also this would work.
$var="test|test|test|testb|testb|test,b|test,b"
#echo %C ... |
Topic: %countlist: commas |
Saros
Replies: 3
Views: 6751
|
Forum: CMUD General Discussion Posted: Wed May 25, 2016 2:11 am Subject: %countlist: commas |
#echo %COUNTLIST(test|test|test|testb|testb|test'b|test'b)
test=3|testb=2|test'b=2
#echo %COUNTLIST(test|test|test|testb|testb|test,b|test,b)
test=4|testb=2
%countlist seems ... |
Topic: DB var with room names as key, list of zones as value |
Saros
Replies: 5
Views: 6184
|
Forum: CMUD General Discussion Posted: Mon May 23, 2016 3:54 pm Subject: DB var with room names as key, list of zones as value |
Slick! Thanks again. |
Topic: DB var with room names as key, list of zones as value |
Saros
Replies: 5
Views: 6184
|
Forum: CMUD General Discussion Posted: Sat May 21, 2016 8:14 pm Subject: DB var with room names as key, list of zones as value |
Thanks for your input! With your help, I came up with the following..
Sorry about my indentation pattern!
#loop 9811 { //9811 being the greatest room number currently used by the mapper
... |
Topic: Undocumented or documented features |
Saros
Replies: 1
Views: 3451
|
Forum: CMUD General Discussion Posted: Fri May 20, 2016 5:38 pm Subject: Undocumented or documented features |
You can also hit the down arrow to save a command, then the up arrow to recall it.
I did not know about this feature, are there more out there?
I use... "F1 help on command line word" all the time ... |
Topic: DB var with room names as key, list of zones as value |
Saros
Replies: 5
Views: 6184
|
Forum: CMUD General Discussion Posted: Fri May 20, 2016 5:30 pm Subject: DB var with room names as key, list of zones as value |
This script seems to work, but also throws a strange parsing error about painting to a canvas OR access violation on the roomzonelist variable.
Is there a better way to do this?
#loop %numrooms ... |
Topic: CMUD hanging... Help me interpret this WhatIsHang log? |
Saros
Replies: 4
Views: 5936
|
Forum: CMUD General Discussion Posted: Thu May 19, 2016 9:07 pm Subject: CMUD hanging... Help me interpret this WhatIsHang log? |
Very good point and a perfect excuse for a new computer! |
Topic: CMUD hanging... Help me interpret this WhatIsHang log? |
Saros
Replies: 4
Views: 5936
|
Forum: CMUD General Discussion Posted: Thu May 19, 2016 8:19 pm Subject: CMUD hanging... Help me interpret this WhatIsHang log? |
I do not use %regex or %subregex anywhere in my scripts.
What else could cause the hangs?
CMUD is the only program that ever hangs on my computer. |
Topic: CMUD hanging... Help me interpret this WhatIsHang log? |
Saros
Replies: 4
Views: 5936
|
Forum: CMUD General Discussion Posted: Thu May 19, 2016 6:08 pm Subject: CMUD hanging... Help me interpret this WhatIsHang log? |
My CMUD hangs every once in a while.... I can go 3-5 days or just a few hours without a hang. I recently captured the following log via the application WhatIsHang.
I assume it is one of my scripts th ... |
|