Author |
Message |
Topic: Making a string list from other strings |
Fizgar
Replies: 1
Views: 6706
|
Forum: CMUD General Discussion Posted: Fri May 16, 2014 12:51 pm Subject: Making a string list from other strings |
You can use the %concat() function to combine two lists.
$list1 = a|b|c
$list2 = d|e|f
$list3 = %concat($list1,"|",$list2)
|
Topic: 3.34 Text not completely filling the window. |
Fizgar
Replies: 1
Views: 6449
|
Forum: CMUD General Discussion Posted: Sun Nov 24, 2013 4:52 pm Subject: 3.34 Text not completely filling the window. |
Seems a new window i created last night and put a low scroll back history on saved the low scroll back # to everything problem solved.... *face palm* |
Topic: 3.34 Text not completely filling the window. |
Fizgar
Replies: 1
Views: 6449
|
Forum: CMUD General Discussion Posted: Sun Nov 24, 2013 4:50 pm Subject: 3.34 Text not completely filling the window. |
I go to log into a MUD this morning and I notice the main session window is only getting partially filled with text before things start to scroll and I am left with a big black hole at the bottom of t ... |
Topic: CMud and txt msging/email |
Fizgar
Replies: 19
Views: 43582
|
Forum: CMUD General Discussion Posted: Mon Apr 15, 2013 7:56 pm Subject: CMud and txt msging/email |
Have you had any luck digging up all the required files to make this work? |
Topic: Alias Troubles |
Fizgar
Replies: 5
Views: 14943
|
Forum: CMUD General Discussion Posted: Sun Nov 25, 2012 4:06 pm Subject: Alias Troubles |
Try trigger type COMMAND INPUT. Then you can use the multi-word aliases. :) |
Topic: what special character would I use...(newb) |
Fizgar
Replies: 2
Views: 7246
|
Forum: CMUD General Discussion Posted: Sat Nov 17, 2012 4:44 pm Subject: what special character would I use...(newb) |
#CR should work as well. |
Topic: Cancelling pending items |
Fizgar
Replies: 7
Views: 12867
|
Forum: CMUD General Discussion Posted: Sat Nov 03, 2012 11:43 am Subject: Cancelling pending items |
By using the #THREAD command, you can specify a name for the thread, which you can use to refer to it, rather than looking up the number to use with the #STOP command.
For example:
#THREAD stone ... |
Topic: Anti-Spam stopping working? 2.37 [Solved] |
Fizgar
Replies: 5
Views: 11880
|
Forum: CMUD General Discussion Posted: Mon Sep 03, 2012 7:42 pm Subject: Anti-Spam stopping working? 2.37 [Solved] |
Go in to the CMUD preferences window, click on the session button, then the anti spam tab. Set the Max command length to 0. otherwise any single character command will be ignored by the anti spam sy ... |
Topic: Cmud text editor |
Fizgar
Replies: 2
Views: 7579
|
Forum: CMUD General Discussion Posted: Tue Aug 14, 2012 5:40 pm Subject: Cmud text editor |
In order for the prefix and suffix options to work in the editor, you need to add the text to the box in the prefix tool bar then hit enter. Once you hit enter, the text you wish to add will be avail ... |
Topic: CMUD, CMUD Pro and TeSSH v3.34 PUBLIC version released |
Fizgar
Replies: 1
Views: 44367
|
Forum: CMUD General Discussion Posted: Sat Apr 21, 2012 11:38 am Subject: CMUD, CMUD Pro and TeSSH v3.34 PUBLIC version released |
A day late but just the same. Happy first birthday to 3.34 . . . |
Topic: another noob question on #IF |
Fizgar
Replies: 2
Views: 7578
|
Forum: CMUD General Discussion Posted: Sun Mar 04, 2012 3:18 pm Subject: another noob question on #IF |
At first glance I see two problems. Try the following substitution.
#IF (@row.RecordCount=0) {
#ECHO boo
#ECHO boo
$update=%concat("INSERT INTO `blah`.`blah ... |
Topic: Mapper and Multiplaying? |
Fizgar
Replies: 2
Views: 8968
|
Forum: CMUD General Discussion Posted: Fri Jan 06, 2012 5:49 pm Subject: Mapper and Multiplaying? |
I have used the mapper multiple times. I was just having trouble getting it to function properly in this case. It seems I had forgot enable the package that contained the map object for each session ... |
Topic: Alias calling #waitfor in a different window |
Fizgar
Replies: 3
Views: 7632
|
Forum: CMUD General Discussion Posted: Thu Jan 05, 2012 3:42 am Subject: Alias calling #waitfor in a different window |
What is the proper way to call an alias and have it issue a #waitfor in a different window? I can't seem to get the thread created by the #waitfor to be for the intended window. The thread is always ... |
Topic: Mapper and Multiplaying? |
Fizgar
Replies: 2
Views: 8968
|
Forum: CMUD General Discussion Posted: Wed Jan 04, 2012 11:45 pm Subject: Mapper and Multiplaying? |
Anyone got experience with/advice on setting up the mapper to work on a mud that allows multi-playing. I thought there was a post somewhere about it but haven't been able to dig that up. I've tried ... |
Topic: Help disabling default keypad diagonal directions |
Fizgar
Replies: 1
Views: 6050
|
Forum: CMUD General Discussion Posted: Sat Dec 31, 2011 9:35 pm Subject: Help disabling default keypad diagonal directions |
In a nutshell what you want to do is copy and rename the original english keypad package to something else. In the session you don't want diagonal directions in, make it load the new package instead ... |
Topic: I'm not quite sure how to do this |
Fizgar
Replies: 2
Views: 6503
|
Forum: CMUD General Discussion Posted: Tue Dec 27, 2011 2:52 pm Subject: I'm not quite sure how to do this |
If you open the package editor and click on the gauge you have created already you will see a few tabs across the bottom of the screen. Click on the one that says Gauge. Set the gauge color to green ... |
Topic: #T+ and #T- problem |
Fizgar
Replies: 19
Views: 31444
|
Forum: CMUD General Discussion Posted: Mon Dec 26, 2011 6:39 pm Subject: #T+ and #T- problem |
#T- <aliasname> should work just fine. |
Topic: Help With #IF actions |
Fizgar
Replies: 8
Views: 14237
|
Forum: CMUD General Discussion Posted: Wed Dec 07, 2011 3:17 pm Subject: Help With #IF actions |
While using ~ shouldn't be a problem, it is when used to quote a word inside a #if statement with multiple commands separated by ;. Those are the results from my tests anyway. Also while #sendraw is ... |
Topic: Help With #IF actions |
Fizgar
Replies: 8
Views: 14237
|
Forum: CMUD General Discussion Posted: Tue Dec 06, 2011 8:32 pm Subject: Help With #IF actions |
The problem is where you are quoting the work command with ~. Removing the ~ or replacing with #send should solve your problem. |
Topic: Scripting Question |
Fizgar
Replies: 2
Views: 7239
|
Forum: CMUD General Discussion Posted: Fri Nov 04, 2011 1:16 pm Subject: Scripting Question |
You could try using #waitfor rather than #wait like below.
items = %param(1)
ItemCount = 0
#LOOP 1,@items {ItemCount = %i;#SEND look in %{i}.item;#SEND search %{i}. ... |
Topic: Background status checking |
Fizgar
Replies: 1
Views: 6457
|
Forum: CMUD General Discussion Posted: Mon Oct 24, 2011 1:29 am Subject: Background status checking |
Here is one possible way to do it, going by the information you supplied and manual show's to imitate the mud response. I'll be glad to answer any questions you have IF it works for you.
<?xml ... |
Topic: Canceling trigger while its fired |
Fizgar
Replies: 2
Views: 7519
|
Forum: CMUD General Discussion Posted: Sun Oct 23, 2011 6:14 pm Subject: Canceling trigger while its fired |
Name the thread the problematic trigger creates when it fires. This is done by adding:
#th ThreadName
at the very beginning of the script for that trigger. ThreadName can be anything you want it t ... |
Topic: [BUG 3.34] Midnight alarms bug |
Fizgar
Replies: 2
Views: 7439
|
Forum: CMUD General Discussion Posted: Sun Oct 23, 2011 4:45 pm Subject: [BUG 3.34] Midnight alarms bug |
The alarm above doesn't fire when I tested though. When %alarm(test) get's to around 60 seconds right before midnight there is 1 minute before it should fire. Once my clock strikes midnight, the tim ... |
Topic: [BUG 3.34] Midnight alarms bug |
Fizgar
Replies: 2
Views: 7439
|
Forum: CMUD General Discussion Posted: Sun Oct 23, 2011 6:27 am Subject: [BUG 3.34] Midnight alarms bug |
Open the untitled session and copy in the following two alarms.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<trigger type="Alarm" priority=&qu ... |
Topic: System Debugger Must Be Closed |
Fizgar
Replies: 9
Views: 30088
|
Forum: CMUD General Discussion Posted: Mon Sep 26, 2011 4:59 pm Subject: System Debugger Must Be Closed |
I use the latest firefox 6.0.2 and have no such issues. This sounds more like an add-on you have installed for firefox than the core program that is causing the issue. |
|