Author |
Message |
Topic: [Resolved] [3.33a] Simple trigger to add wording to the end of a MUD's output - |
Martaigne
Replies: 14
Views: 18057
|
Forum: CMUD General Discussion Posted: Fri Feb 04, 2011 8:22 pm Subject: [Resolved] [3.33a] Simple trigger to add wording to the end of a MUD's output - |
Wow, I just learned something new. Despite the complexity of my scripts, I've never run across 'sayadd' before. |
Topic: [Resolved] [3.33a] Simple trigger to add wording to the end of a MUD's output - |
Martaigne
Replies: 14
Views: 18057
|
Forum: CMUD General Discussion Posted: Thu Feb 03, 2011 6:21 pm Subject: [Resolved] [3.33a] Simple trigger to add wording to the end of a MUD's output - |
#SUB the original line with your appended text. |
Topic: Package Library Poll 2010/2011 |
Martaigne
Replies: 33
Views: 117880
|
Forum: CMUD General Discussion Posted: Wed Jan 26, 2011 8:02 pm Subject: Package Library Poll 2010/2011 |
Chiming in a little late here, but...
1. I find it easier to make an XML dump and installation instructions than than to use the package library.
2. I can't simply UPDATE my code in the package li ... |
Topic: #MXP from within GMCP trigger |
Martaigne
Replies: 2
Views: 8616
|
Forum: CMUD Beta Forum Posted: Mon Sep 27, 2010 7:34 am Subject: #MXP from within GMCP trigger |
You might want to browse this thread: http://forums.zuggsoft.com/forums/viewtopic.php?t=35792
It sounds like #MXP is not available at this level. |
Topic: Pipes in Class name |
Martaigne
Replies: 8
Views: 16620
|
Forum: CMUD General Discussion Posted: Mon Sep 06, 2010 8:34 pm Subject: Pipes in Class name |
XML is text, you can even open it in something as simple as Notepad. I recommend [url=http://notepad-plus-plus.org/]Notepad++ for XML editing. |
Topic: Comparing individual characters in variables and string lists! |
Martaigne
Replies: 3
Views: 6973
|
Forum: CMUD General Discussion Posted: Fri Sep 03, 2010 6:27 pm Subject: Comparing individual characters in variables and string lists! |
Also don't forget about %copy(). |
Topic: Suggestion: Change to %upper and %lower |
Martaigne
Replies: 21
Views: 26205
|
Forum: CMUD Beta Forum Posted: Thu Sep 02, 2010 10:13 pm Subject: Suggestion: Change to %upper and %lower |
This is relatively easy. :) Just make sure that you enclose the first string in quotes if it's anything more than a single word.
<func name="casechange" id="458">
< ... |
Topic: Suggestion: Disable/Enable States of Multi-State Buttons |
Martaigne
Replies: 8
Views: 13319
|
Forum: CMUD Beta Forum Posted: Sun Aug 15, 2010 2:07 am Subject: Suggestion: Disable/Enable States of Multi-State Buttons |
Oddly enough, this has the same effect as the multi-state buttons. I can disable a menu item and it still appears in the drop-down list.
I worked around it by populating a StringList and springing ... |
Topic: Suggestion: Disable/Enable States of Multi-State Buttons |
Martaigne
Replies: 8
Views: 13319
|
Forum: CMUD Beta Forum Posted: Sat Aug 14, 2010 9:22 pm Subject: Suggestion: Disable/Enable States of Multi-State Buttons |
I've never done that before, but I'll dive in and try it out! Thanks! |
Topic: Suggestion: Disable/Enable States of Multi-State Buttons |
Martaigne
Replies: 8
Views: 13319
|
Forum: CMUD Beta Forum Posted: Sat Aug 14, 2010 5:38 am Subject: Suggestion: Disable/Enable States of Multi-State Buttons |
Sorry for not explaining in more detail. I was hoping for a way to disable various states of a multi-state button so that one could be populated dynamically. It turns out that you can enable/disable ... |
Topic: Suggestion: Disable/Enable States of Multi-State Buttons |
Martaigne
Replies: 8
Views: 13319
|
Forum: CMUD Beta Forum Posted: Fri Aug 13, 2010 4:31 am Subject: Suggestion: Disable/Enable States of Multi-State Buttons |
In the editor, we can right click and 'disable' a button state but it doesn't actually disable it from appearing when the multi-state button is clicked. It seems to save the enabled state, otherwise. ... |
Topic: [3.22a NEW version] Really annoying scroll issue |
Martaigne
Replies: 24
Views: 34897
|
Forum: CMUD Beta Forum Posted: Fri Aug 06, 2010 1:53 am Subject: [3.22a NEW version] Really annoying scroll issue |
I get nothing like this, running an ATI Radeon HD4870 card on XP SP3. |
Topic: what the hell is this? |
Martaigne
Replies: 7
Views: 11662
|
Forum: CMUD General Discussion Posted: Wed Aug 04, 2010 8:36 pm Subject: what the hell is this? |
First, make sure you have the latest beta version, 3.22a, which can be found here: http://forums.zuggsoft.com/index.php?page=4&action=file&file_id=70
Also, as this is a question about beta ... |
Topic: #ECHO colors |
Martaigne
Replies: 3
Views: 9110
|
Forum: CMUD General Discussion Posted: Sun Jul 25, 2010 8:27 pm Subject: #ECHO colors |
http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&mode=doc&k=2226
or
http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&mode=doc&k=2516 |
Topic: [3.22+] Suggestion: Floating toolbars |
Martaigne
Replies: 4
Views: 6622
|
Forum: CMUD Beta Forum Posted: Tue Jul 13, 2010 4:22 am Subject: [3.22+] Suggestion: Floating toolbars |
Neat! I didn't know this either. |
Topic: [3.22] Strange unmatched braces bug |
Martaigne
Replies: 16
Views: 23197
|
Forum: CMUD Beta Forum Posted: Tue Jul 13, 2010 2:35 am Subject: [3.22] Strange unmatched braces bug |
I just upgraded from 3.20 to 322 today, and code that worked fine in 3.20 was giving me issues. I've sorted out the cause.
#SHOW {%ansi(green)...done. Thank you for your patience.%an ... |
Topic: [3.20] Closing one session tab while multiple sessions are open crashes CMUD |
Martaigne
Replies: 2
Views: 5575
|
Forum: CMUD Beta Forum Posted: Mon Jun 21, 2010 5:22 pm Subject: [3.20] Closing one session tab while multiple sessions are open crashes CMUD |
Hm, no. I don't know what could be corrupted since I just blew away CMUD entirely to install 3.20, and imported my session XML to a new session.
I can reproduce this with no problems by right-clic ... |
Topic: [3.20] Closing one session tab while multiple sessions are open crashes CMUD |
Martaigne
Replies: 2
Views: 5575
|
Forum: CMUD Beta Forum Posted: Mon Jun 21, 2010 5:11 am Subject: [3.20] Closing one session tab while multiple sessions are open crashes CMUD |
I had one session open in offline mode, which does have a lot of code in it, and had an empty session open in another tab. I close the first tab, and boom!
date/time : 2010-06-21, 01 ... |
Topic: [3.19f] #DELITEM and DELNITEM don't always work |
Martaigne
Replies: 2
Views: 5686
|
Forum: CMUD Beta Forum Posted: Fri Jun 18, 2010 6:19 am Subject: [3.19f] #DELITEM and DELNITEM don't always work |
I don't understand. This wasn't working a moment ago, now it is. I can't replicate the issue I was having. Apparently I need to lay off the hallucinogens. |
Topic: [3.19f] #DELITEM and DELNITEM don't always work |
Martaigne
Replies: 2
Views: 5686
|
Forum: CMUD Beta Forum Posted: Fri Jun 18, 2010 4:58 am Subject: [3.19f] #DELITEM and DELNITEM don't always work |
I'm having serious issues with both of these commands not functioning as expected within #FORALL loops. Try looping through any stringlist and deleting one item with either command. I am trying to g ... |
Topic: [3.19e] %delitem deletes all instances of item instead of first - FIXED |
Martaigne
Replies: 3
Views: 6403
|
Forum: CMUD Beta Forum Posted: Thu Jun 17, 2010 11:11 pm Subject: [3.19e] %delitem deletes all instances of item instead of first - FIXED |
Appears to be fixed. |
Topic: [3.19e] %delitem deletes all instances of item instead of first - FIXED |
Martaigne
Replies: 3
Views: 6403
|
Forum: CMUD Beta Forum Posted: Wed Jun 16, 2010 6:09 am Subject: [3.19e] %delitem deletes all instances of item instead of first - FIXED |
Just discovered this while working on a script. As per the documentation, "delete item s from the given string list. If there are duplicate items, only the first is removed." It's easy to demonstrat ... |
Topic: Buglist for 3.17 - 3.19 |
Martaigne
Replies: 7
Views: 10101
|
Forum: CMUD Beta Forum Posted: Sat Jun 12, 2010 3:27 pm Subject: Buglist for 3.17 - 3.19 |
I had the same issue with the mapper going haywire. I exported all of my settings, deleted my session, deleted my session files, created a new session, and imported the xml code, and the mapper issue ... |
Topic: Possible bug: Hard crash when using #DELITEM after a long #SWITCH (3.18d) |
Martaigne
Replies: 5
Views: 7992
|
Forum: CMUD Beta Forum Posted: Sat Jun 12, 2010 3:48 am Subject: Possible bug: Hard crash when using #DELITEM after a long #SWITCH (3.18d) |
Appears to be fixed in 3.19c. I will continued testing to make sure everything else works. |
Topic: Possible bug: Hard crash when using #DELITEM after a long #SWITCH (3.18d) |
Martaigne
Replies: 5
Views: 7992
|
Forum: CMUD Beta Forum Posted: Sat Jun 12, 2010 3:43 am Subject: Possible bug: Hard crash when using #DELITEM after a long #SWITCH (3.18d) |
Will do. |
|