Author |
Message |
Topic: CMUD [2.32] #MXPTRIG and %trigger |
Ceres
Replies: 3
Views: 6573
|
Forum: CMUD General Discussion Posted: Thu Jul 17, 2008 6:50 pm Subject: CMUD [2.32] #MXPTRIG and %trigger |
No worries.. I was going to use a MXP tag trigger to send the line to a 'Tell' window.
I have already scripted the same functionality using an ansi trigger. |
Topic: CMUD [2.32] Start lines with commands |
Ceres
Replies: 5
Views: 9379
|
Forum: CMUD General Discussion Posted: Thu Jul 17, 2008 6:48 pm Subject: CMUD [2.32] Start lines with commands |
Thanks for the explanation Zugg.
Now that I am aware of it and that it is intentional I will modify my script/s. |
Topic: CMUD [2.32] #MXPTRIG and %trigger |
Ceres
Replies: 3
Views: 6573
|
Forum: CMUD General Discussion Posted: Thu Jul 17, 2008 2:28 pm Subject: CMUD [2.32] #MXPTRIG and %trigger |
If a trigger fires from an #MXPTRIG tag the predefined variable %trigger is not set which limits the usefulness of this command. |
Topic: CMUD [2.32] Start lines with commands |
Ceres
Replies: 5
Views: 9379
|
Forum: CMUD General Discussion Posted: Thu Jul 17, 2008 2:22 pm Subject: CMUD [2.32] Start lines with commands |
I have only recently began looking at converting my old zMud scripts over to CMUD and cannot believe how badly this change breaks my scripts and makes it extremely difficult to debug them.
From the ... |
Topic: CMUD [2.30] #ONINPUT |
Ceres
Replies: 2
Views: 8123
|
Forum: CMUD General Discussion Posted: Wed Jul 16, 2008 8:35 am Subject: CMUD [2.30] #ONINPUT |
I have resolved this issue - the problem was that I had puut the #ONINPUT trigger within a Global module - moving the trigger to the main window tree has resolved the issue. I am not sure whether the ... |
Topic: CMUD [2.30] #ONINPUT |
Ceres
Replies: 2
Views: 8123
|
Forum: CMUD General Discussion Posted: Wed Jul 16, 2008 8:24 am Subject: CMUD [2.30] #ONINPUT |
I have been absent from playing Muds for some time and am in the process of converting my old zMud scripts to CMUD. It seems that the #ONINPUT triggers now trigger on commands sent from scripts where ... |
Topic: Most needed CMUD features? |
Ceres
Replies: 112
Views: 209314
|
Forum: CMUD General Discussion Posted: Sat Feb 03, 2007 6:02 am Subject: Most needed CMUD features? |
Ceres: Fang covered most of the issues with your post, but I have a couple more:
Lack of usable syntax checker
I have no idea what you are talking about here. Press Control-K or select Check Syn ... |
Topic: Most needed CMUD features? |
Ceres
Replies: 112
Views: 209314
|
Forum: CMUD General Discussion Posted: Thu Feb 01, 2007 1:35 pm Subject: Most needed CMUD features? |
Nice rant conjecture which is defined as 'the formation or expression of an opinion or theory without sufficient evidence for proof' as well as stipulate the groupings I have less affinity for.
I ... |
Topic: Most needed CMUD features? |
Ceres
Replies: 112
Views: 209314
|
Forum: CMUD General Discussion Posted: Thu Feb 01, 2007 7:40 am Subject: Re: Most needed CMUD features? |
This post is pure conjecture which is defined as 'the formation or expression of an opinion or theory without sufficient evidence for proof'
All tables are contrived and based solely on my often wa ... |
Topic: Most needed CMUD features? |
Ceres
Replies: 112
Views: 209314
|
Forum: CMUD General Discussion Posted: Tue Jan 30, 2007 11:11 pm Subject: Most needed CMUD features? |
I'm with Seb on this. I've purchased a license for CMUD, but I'm not yet using it as my client. I'm re-writing my scripts to work more effectively in the CMUD way of doing things, running into several ... |
Topic: [1.24] Variable creation paths |
Ceres
Replies: 1
Views: 7827
|
Forum: CMUD General Discussion Posted: Tue Jan 02, 2007 3:55 pm Subject: [1.24] Variable creation paths |
I am having diffuculties in getting variables to be created/modified where I want them to be. I have devised a small test and would like to know if I am doing something wrong or if it is a bug.
Co ... |
Topic: Stat Rolling/Character Creation |
Ceres
Replies: 9
Views: 12429
|
Forum: zMUD General Discussion Posted: Tue Jan 02, 2007 12:18 am Subject: Stat Rolling/Character Creation |
I logged on to your Mud and came up with this using Shalimar's logic and adjusting the trigger pattern:#TR {Roll number:%s(%d)%s=%s(%d)} {#IF (%1=1) {to ... |
Topic: #IF help |
Ceres
Replies: 8
Views: 20683
|
Forum: CMUD General Discussion Posted: Mon Jan 01, 2007 11:48 pm Subject: #IF help |
You need a space between the #IF and first bracket:#IF (@SP > 150) {
say High SP!
} {
say Low SP!
} |
Topic: stringlist help |
Ceres
Replies: 4
Views: 13575
|
Forum: CMUD General Discussion Posted: Sat Dec 30, 2006 9:24 am Subject: stringlist help |
This should work but is untested:
#if (%numitems(@herbaffs) > 3 and %ismember(stupidity,@focusaffs)!=0
and %ismember(confused,@focusaffs)!=0
and %ismember( ... |
Topic: Editor Differences from Zmud with formatting |
Ceres
Replies: 6
Views: 15512
|
Forum: CMUD General Discussion Posted: Sat Dec 23, 2006 12:10 am Subject: Editor Differences from Zmud with formatting |
The easiest way I have found is to have zMud an CMUD open at the same time and simply paste the indented scripts into CMUD whilst creating aliases, variables and triggers manually. Not quick but at l ... |
Topic: Settings editor - CMUD vs zMud |
Ceres
Replies: 5
Views: 16509
|
Forum: CMUD General Discussion Posted: Fri Dec 22, 2006 11:59 pm Subject: Settings editor - CMUD vs zMud |
I was wondering if anyone prefers the Package editor and Settings window in CMUD to the Settings Editor in zMud?
Personally I prefer the zMud editor for the following reasons (in order of importanc ... |
Topic: Recursion Function Causes Hard Crash |
Ceres
Replies: 11
Views: 15205
|
Forum: CMUD Beta Forum Posted: Fri Dec 22, 2006 12:16 pm Subject: Recursion Function Causes Hard Crash |
CMUD is not a BETA assuming you have the latest version 1.24 |
Topic: local variable questions |
Ceres
Replies: 11
Views: 23633
|
Forum: CMUD General Discussion Posted: Sun Dec 17, 2006 2:54 am Subject: local variable questions |
Most definately.. I have a quite complex script which would take roughly 80 ms to process in zMud .. after modifying what I could to local variables in CMUD it now processes in 16 ms, it is especially ... |
Topic: [1.24] Sending Variables to other windows |
Ceres
Replies: 7
Views: 17268
|
Forum: CMUD General Discussion Posted: Sat Dec 16, 2006 6:04 pm Subject: [1.24] Sending Variables to other windows |
Settings (variables) in the main Mud window are not 'published'? |
Topic: [1.24] Sending Variables to other windows |
Ceres
Replies: 7
Views: 17268
|
Forum: CMUD General Discussion Posted: Sat Dec 16, 2006 3:24 pm Subject: [1.24] Sending Variables to other windows |
Thanks for the response, at least I can adapt my scripts to work now.
Personally I believe it to be a bug as #EXEC should not be necessary to accomplish the sending of a variable to another window. |
Topic: [1.24] Problems with #ADDKEY |
Ceres
Replies: 5
Views: 14210
|
Forum: CMUD General Discussion Posted: Sat Dec 16, 2006 2:51 pm Subject: [1.24] Problems with #ADDKEY |
Quirky implies that this works as designed, If it isn't working as designed then it is a Bug and not a quirk. |
Topic: [1.24] Sending Variables to other windows |
Ceres
Replies: 7
Views: 17268
|
Forum: CMUD General Discussion Posted: Sat Dec 16, 2006 2:36 pm Subject: [1.24] Sending Variables to other windows |
I am unable to have variables send to other windows such as chat windows.
1. Open a session
2. Create a new window from command line '#WINDOW Test'
3. Create a variable from command line 'Variabl ... |
Topic: [1.24] Double click within 'Settings' window |
Ceres
Replies: 0
Views: 6824
|
Forum: CMUD General Discussion Posted: Sat Dec 16, 2006 12:50 pm Subject: [1.24] Double click within 'Settings' window |
If the Package Editor is not already open double clicking on a variable/alias/trigger within the Settings window, the package editor opens as expected, however it opens the 'Default Settings' instead ... |
Topic: blocking command line commands possible? |
Ceres
Replies: 2
Views: 10482
|
Forum: CMUD General Discussion Posted: Sat Dec 16, 2006 12:42 pm Subject: blocking command line commands possible? |
There is a new command in CMUD which needs to be used within an #ONINPUT command called #NOINPUT.
To see a discussion on this command [url=http://forums.zuggsoft.com/phpbb/viewtopic.php?t=25251& ... |
Topic: [1.24] Layout not saving |
Ceres
Replies: 0
Views: 6878
|
Forum: CMUD General Discussion Posted: Sat Dec 16, 2006 5:51 am Subject: [1.24] Layout not saving |
The position of the 'Settings' and 'Map' windows when undocked are not restored between CMUD restarts. |
|