Author |
Message |
Topic: #Abort and #Switch |
Bluebear
Replies: 3
Views: 6255
|
Forum: CMUD General Discussion Posted: Sun Feb 10, 2008 8:33 pm Subject: #Abort and #Switch |
Hi all,
I have a bunch of scripts with hundreds of #if statements
The statements have roughly the following format
#if (@var=@a) {performactiona;#abort 1}
#if (@var=@b) {performactionb;#abor ... |
Topic: '#abort all' does not function properly |
Bluebear
Replies: 2
Views: 5000
|
Forum: CMUD General Discussion Posted: Sat Feb 02, 2008 3:42 pm Subject: '#abort all' does not function properly |
In the helpfiles you will find the following.
#IF (@Name="Zugg") {Command 1;#abort all;Command 2};Command 3
Another contrived example. In this one if @Name is "Zugg" then Command 1 is executed... ... |
Topic: Events |
Bluebear
Replies: 2
Views: 4184
|
Forum: CMUD General Discussion Posted: Mon Jan 28, 2008 6:06 pm Subject: Events |
I have been looking at the use of events typically on my prompt, to replace lots of #if statements, as per the extended helpfiles available on line.
I use a series of toggle buttons at the bottom o ... |
Topic: Double expansion of variables |
Bluebear
Replies: 4
Views: 5433
|
Forum: CMUD General Discussion Posted: Mon Jan 28, 2008 5:56 pm Subject: Double expansion of variables |
Thank you.
I see the difference between #var example "" and #var example {} now and I have a better understanding of literals.
I suppose the only real reason to use "" over {} is when you have s ... |
Topic: Double expansion of variables |
Bluebear
Replies: 4
Views: 5433
|
Forum: CMUD General Discussion Posted: Mon Jan 28, 2008 4:12 pm Subject: Double expansion of variables |
Hi again,
Thanks go to people that have helped with previous problems.
I have imported a settings file from zmud into cmud that relies on hundreds of variables that are stored within other varia ... |
Topic: CMUD 2.18 freeze caused by Settings Editor |
Bluebear
Replies: 30
Views: 34565
|
Forum: CMUD General Discussion Posted: Mon Jan 28, 2008 4:02 pm Subject: CMUD 2.18 freeze caused by Settings Editor |
I am going to be very unhelpful here, because I too find it very hard to be specific about recreating my freezing problems.
CMUD was freezing for me around every three minutes when I was working on ... |
Topic: #Find has difficulty with periods |
Bluebear
Replies: 5
Views: 5757
|
Forum: CMUD General Discussion Posted: Mon Jan 21, 2008 8:17 am Subject: #Find has difficulty with periods |
Actually Chris thats not true, I have just tested.
Zmud retains the periods when automapping, cmud does not and that is with the same .zfg file. |
Topic: How to easily strip periods from an entire database? |
Bluebear
Replies: 2
Views: 4418
|
Forum: CMUD General Discussion Posted: Mon Jan 21, 2008 8:09 am Subject: How to easily strip periods from an entire database? |
Many thanks. |
Topic: How to easily strip periods from an entire database? |
Bluebear
Replies: 2
Views: 4418
|
Forum: CMUD General Discussion Posted: Mon Jan 21, 2008 7:45 am Subject: How to easily strip periods from an entire database? |
Following on from my last post regarding CMUD's apparent inability to deal with periods in the #Find command, can anybody supply some clever code that will strip all the periods from my map database?
... |
Topic: #Find has difficulty with periods |
Bluebear
Replies: 5
Views: 5757
|
Forum: CMUD General Discussion Posted: Sun Jan 20, 2008 1:47 pm Subject: #Find has difficulty with periods |
Hi everyone,
I've was passed map with the zfg file for the mud I play.
All the room names end with a period on the mud and in the database. The problem is that in order to make the find command ... |
Topic: Is CMud fully compatible with 64bit OS? |
Bluebear
Replies: 5
Views: 6175
|
Forum: CMUD General Discussion Posted: Mon Jan 14, 2008 6:18 pm Subject: Is CMud fully compatible with 64bit OS? |
Hi Zugg,
Thanks for taking the time to address.
Today I uninstalled and reinstalled CMud with administrator rights and I always run it as administrator anyway.
I then opened a session to Arch ... |
Topic: Is CMud fully compatible with 64bit OS? |
Bluebear
Replies: 5
Views: 6175
|
Forum: CMUD General Discussion Posted: Sun Jan 13, 2008 10:38 pm Subject: Is CMud fully compatible with 64bit OS? |
Hi again,
I am having so many problems with CMud that I am starting to wonder if like some other software, its been built specifically for the 32bit version of Vista.
Could the fact that I'm run ... |
Topic: Help with #Find please |
Bluebear
Replies: 2
Views: 4825
|
Forum: CMUD General Discussion Posted: Sun Jan 13, 2008 6:12 pm Subject: Help with #Find please |
Hi,
So I have a good map.
When I use #Find from the command line, 'look' is sent to the MUD as it should be. Nothing happens after that.
A friend that uses the same MUD sent me his .mdb and . ... |
Topic: [2.18 Pro] Changing character/password for a copied session changes both |
Bluebear
Replies: 4
Views: 4752
|
Forum: CMUD General Discussion Posted: Sun Jan 13, 2008 10:34 am Subject: [2.18 Pro] Changing character/password for a copied session changes both |
I have found the same. I wonder if its related to the fact that I cant multisession from two pasted sessions? as per my post a few posts back. |
Topic: Multi sessions |
Bluebear
Replies: 0
Views: 2495
|
Forum: CMUD General Discussion Posted: Sat Jan 12, 2008 2:22 pm Subject: Multi sessions |
Hi everyone.
I have no problem opening a second session for a second MUD, but I cant seem to open a second session for the same MUD.
If I open a second session (2nd character) then the package f ... |
Topic: Database Question |
Bluebear
Replies: 4
Views: 5856
|
Forum: CMUD General Discussion Posted: Sat Jan 05, 2008 5:35 pm Subject: Database Question |
Thanks for the help.
I have been using individual variables to store the herb numbers in up until now (about 60 different variables).
Will a data record variable happily store 60 entries?
Als ... |
Topic: Database Question |
Bluebear
Replies: 4
Views: 5856
|
Forum: CMUD General Discussion Posted: Sat Jan 05, 2008 3:28 pm Subject: Database Question |
Hi all,
I am attempting to use the database for the first time in CMUD, (I never used it in ZMUD either).
I am trying to record the number of individiual herbs in my pouches.
So I have create ... |
|