Author |
Message |
Topic: #TAG and leading spaces |
frasten
Replies: 5
Views: 7862
|
Forum: CMUD General Discussion Posted: Fri Dec 25, 2015 8:12 pm Subject: #TAG and leading spaces |
@Vijilante, thanks for your suggestion, but unfortunately the spaces are still removed. |
Topic: #TAG and leading spaces |
frasten
Replies: 5
Views: 7862
|
Forum: CMUD General Discussion Posted: Wed Dec 23, 2015 12:55 pm Subject: #TAG and leading spaces |
Unfortunately, if I store the room description without the leading spaces and I use #FIND, the mapper doesn't find the room.
If I edit the room description and add the missing spaces, #FIND works fla ... |
Topic: #TAG and leading spaces |
frasten
Replies: 5
Views: 7862
|
Forum: CMUD General Discussion Posted: Wed Dec 09, 2015 12:25 pm Subject: #TAG and leading spaces |
I'm trying to configure my manual mapping script, and I'm facing a problem with leading spaces in descriptions, like this:
Stalle - Al chiuso
Indubbiamente questi erano i locali ove la guarnig ... |
Topic: [3.03] No "down" exit anymore [SOLVED] |
frasten
Replies: 8
Views: 16532
|
Forum: CMUD Beta Forum Posted: Tue Dec 16, 2008 7:35 pm Subject: [3.03] No "down" exit anymore [SOLVED] |
Ok, post edited :-) |
Topic: Python Sqlite COM Component for ZMUD/CMUD |
frasten
Replies: 199
Views: 373040
|
Forum: Finished MUD Scripts Posted: Sun Dec 14, 2008 3:39 am Subject: Python Sqlite COM Component for ZMUD/CMUD |
I have some issues when I select some records whose data contain carriage returns: they are split into different records.
I need that, because I'm connecting to the mapper db.
I think that the pro ... |
Topic: [3.03] No "down" exit anymore [SOLVED] |
frasten
Replies: 8
Views: 16532
|
Forum: CMUD Beta Forum Posted: Sat Dec 13, 2008 6:44 pm Subject: [3.03] No "down" exit anymore [SOLVED] |
An update: it was only my fault: one script was disabling a class named "d", but obviously it disabled the direction "down".
Sorry for spamming! |
Topic: [3.03] No "down" exit anymore [SOLVED] |
frasten
Replies: 8
Views: 16532
|
Forum: CMUD Beta Forum Posted: Sat Dec 13, 2008 6:26 pm Subject: [3.03] No "down" exit anymore [SOLVED] |
Thank you for your suggestions. My "d" in "english directions" got disabled during the upgrade (!?). Enabling it fixed the issue.
Thank you very much! :-) |
Topic: [3.03] No "down" exit anymore [SOLVED] |
frasten
Replies: 8
Views: 16532
|
Forum: CMUD Beta Forum Posted: Sat Dec 13, 2008 1:45 pm Subject: [3.03] No "down" exit anymore [SOLVED] |
From v3.03, all my "down" links in the mapper aren't working anymore.
If I go "down", the mapper doesn't follow me, I see the exit in the mapper, but it seems that cMud doesn't recognize it anymore.
... |
Topic: [3.02B] cMud and %map object not working correctly anymore |
frasten
Replies: 2
Views: 5971
|
Forum: CMUD Beta Forum Posted: Wed Dec 10, 2008 7:11 pm Subject: [3.02B] cMud and %map object not working correctly anymore |
Great!!! Many thanks!!! :-) |
Topic: [3.02B] cMud and %map object not working correctly anymore |
frasten
Replies: 2
Views: 5971
|
Forum: CMUD Beta Forum Posted: Mon Dec 08, 2008 4:07 pm Subject: [3.02B] cMud and %map object not working correctly anymore |
Hi, I'm experiencing some issues with cMud and %map object.
I have zMapper installed, so I can access %map object.
For my tests I'm using the following maps:
- #tele 8825
In zmud, I execute ... |
Topic: [2.18] CMUD, COM and zMapper |
frasten
Replies: 2
Views: 5901
|
Forum: CMUD General Discussion Posted: Thu Dec 04, 2008 11:06 pm Subject: [2.18] CMUD, COM and zMapper |
Bump, also with cMUD 2.37 and 3.0beta2.
However, I've discovered a workaround.
This doesn't work:
#echo %map.CurRoom.exitlist.item(0).doorname
and outputs:
<COMObject>.doorname
... |
Topic: [2.18] Color Syntax not working |
frasten
Replies: 7
Views: 12646
|
Forum: CMUD Beta Forum Posted: Mon Jan 28, 2008 2:45 pm Subject: [2.18] Color Syntax not working |
I find it very useful, especially when reporting colored text into chats. |
Topic: [2.18] Disabled Prompt Variables |
frasten
Replies: 4
Views: 7147
|
Forum: CMUD General Discussion Posted: Tue Jan 08, 2008 7:52 pm Subject: [2.18] Disabled Prompt Variables |
That's ok. But should it be a correct behaviour?
I agree that what CMUD does now has got a sense, but this could bring to memory leaks...
Maybe it could update the variable's value, leaving it disab ... |
Topic: [2.18] How to save window transparency? |
frasten
Replies: 0
Views: 3708
|
Forum: CMUD General Discussion Posted: Tue Jan 08, 2008 7:19 pm Subject: [2.18] How to save window transparency? |
I want to save the transparency status for the mapper window, but when I close and reopen CMUD, it is still opaque.
My Layout->AutoSave Layout is enabled.
Thanks |
Topic: [2.18] Disabled Prompt Variables |
frasten
Replies: 4
Views: 7147
|
Forum: CMUD General Discussion Posted: Tue Jan 08, 2008 7:09 pm Subject: [2.18] Disabled Prompt Variables |
If I set some variables in Options -> Session -> Prompt, CMUD will create these variables. Ok.
But if I disable those variables in the Package Editor, CMUD will duplicate those variables for ... |
Topic: [2.18] CMUD, COM and zMapper |
frasten
Replies: 2
Views: 5901
|
Forum: CMUD General Discussion Posted: Tue Jan 08, 2008 7:00 pm Subject: [2.18] CMUD, COM and zMapper |
The following code used to work, under zMud:
#echo %map.CurRoom.exitlist.item(0).doorname
but under cMud, I get:
<COMObject>.doorname
However, some zmapper scripts work, e.g.:
... |
Topic: [2.18] Alias and smileys |
frasten
Replies: 1
Views: 4270
|
Forum: CMUD General Discussion Posted: Tue Jan 08, 2008 6:59 pm Subject: [2.18] Alias and smileys |
If I create an empty alias:
#alias say {}
and if I try to launch with smileys:
say :(
I receive an error: Error parsing command: illegal token: (
Note: the same error if ... |
Topic: %replaceitem() buggy? |
frasten
Replies: 4
Views: 9111
|
Forum: CMUD General Discussion Posted: Sun Jan 06, 2008 5:12 pm Subject: %replaceitem() buggy? |
The same here. For example:
#echo %replaceitem( 1, 2, "0|0")
prints 0|0|1, and not 0|1, as it should. |
Topic: [2.18] Arrays and local variables |
frasten
Replies: 8
Views: 11327
|
Forum: CMUD General Discussion Posted: Thu Jan 03, 2008 11:29 am Subject: [2.18] Arrays and local variables |
@Dharkael:
I didn't switch to string lists because I thought they were slower, using many records, but I will definitely give them a try.
@Fang Xianfu:
Thank you very much for your work |
Topic: [2.18] Arrays and local variables |
frasten
Replies: 8
Views: 11327
|
Forum: CMUD General Discussion Posted: Thu Jan 03, 2008 12:41 am Subject: [2.18] Arrays and local variables |
Ok, it worked, thank you very much :-)
However, I think the help files should be updated, because they always contain examples with #noop.
And, too bad, arrays can not be used in local variables... ... |
Topic: [2.18] Arrays and local variables |
frasten
Replies: 8
Views: 11327
|
Forum: CMUD General Discussion Posted: Wed Jan 02, 2008 9:35 pm Subject: [2.18] Arrays and local variables |
Hi, I have a problem with this:
#var myarray %array(%null)
; This will output 0
#echo Size of myarray: %arrhigh(myarray)
$myvar = "test"
#noop %arrset(myarray, ... |
Topic: '' |
frasten
Replies: 4
Views: 18914
|
Forum: zMapper Discussion Posted: Fri Jan 06, 2006 5:26 pm Subject: '' |
Yeah, it was "pause when speedwalking", I didn't notice that!
Thank you so much!!! |
Topic: '' |
frasten
Replies: 4
Views: 18914
|
Forum: zMapper Discussion Posted: Fri Jan 06, 2006 12:57 pm Subject: '' |
Here is a screenshot:
http://www.silent-lagoon.com/varie/mappa.gif |
Topic: '' |
frasten
Replies: 4
Views: 18914
|
Forum: zMapper Discussion Posted: Fri Jan 06, 2006 10:46 am Subject: '' |
Sometimes, when I move a room, somethink like a " or a double ', written in grey, appears on the room square. Is it a bug?
Thank you all! |
|